-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change how form fields are done #638
Comments
We have this old issue (in my sprint sheet) with the login forms in auth react where if you use CSS to change the order in which input fields are rendered in the login form, pressing TAB to go to the next form field would not always work correctly. This is because using CSS to change the order of the fields only affects the final render and not the element tree itself, and the browser uses the element tree when navigating between items with TAB.
15:39 |
Hey @rishabhpoddar are all of them fixed? |
I dont think so @ptdatta |
The text was updated successfully, but these errors were encountered: