-
Hi! I tried
I am short on ideas. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
gabro
Jul 20, 2022
Replies: 1 comment 1 reply
-
Good point, we currently do not offer a facility for auto focus for fields, but I agree it‘d make sense we would. We’ll schedule this soon. Fn the meantime you could work around this by using something like https://react-spectrum.adobe.com/react-aria/FocusScope.html, and wrapping the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mperrando
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good point, we currently do not offer a facility for auto focus for fields, but I agree it‘d make sense we would. We’ll schedule this soon. Fn the meantime you could work around this by using something like https://react-spectrum.adobe.com/react-aria/FocusScope.html, and wrapping the
TextField
with a<FocusScope autoFocus>