You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like autofill does not work great with controlled inputs. SignInForm has a workaround for that issue but we need to add something similar to the rest of the elements. Ideally (in v2+) we'd want to switch to uncontrolled inputs to support autofill natively as well as to solve a couple of annoying issues with date inputs and reduce re-renders.
The text was updated successfully, but these errors were encountered:
Looks like autofill does not work great with controlled inputs. SignInForm has a workaround for that issue but we need to add something similar to the rest of the elements. Ideally (in v2+) we'd want to switch to uncontrolled inputs to support autofill natively as well as to solve a couple of annoying issues with date inputs and reduce re-renders.
The text was updated successfully, but these errors were encountered: