supertokens / supertokens-auth-react

ReactJS authentication module for SuperTokens
https://supertokens.com
Other
260 stars 81 forks source link

Change how form fields are done #638

Open rishabhpoddar opened 1 year ago

rishabhpoddar commented 1 year ago
rishabhpoddar commented 8 months ago

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. For example if the element tree looks like this:

15:39 This might have already been fixed, but just putting it out there

ptdatta commented 2 months ago

Hey @rishabhpoddar are all of them fixed?

rishabhpoddar commented 2 months ago

I dont think so @ptdatta