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
The current implementation includes shouldAutoFocus boolean props. The first input element is focused.
Could you add additional prop (or update the existing one) which allows to focus the last input element?
It'd be useful for input autofill cases where the user can submit the form with "Enter" key (more user friendly).
The text was updated successfully, but these errors were encountered:
The current implementation includes
shouldAutoFocus
boolean props. The first input element is focused.Could you add additional prop (or update the existing one) which allows to focus the last input element?
It'd be useful for input autofill cases where the user can submit the form with "Enter" key (more user friendly).
The text was updated successfully, but these errors were encountered: