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
Focusing on search input isn't as straight forward as it is for radios. useRef and useEffect will probably need to be used to focus on the input after it's rendered. Currently the focus is taken over by the Next button.
The text was updated successfully, but these errors were encountered:
Focusing on search input isn't as straight forward as it is for radios.
useRef
anduseEffect
will probably need to be used to focus on the input after it's rendered. Currently the focus is taken over by the Next button.The text was updated successfully, but these errors were encountered: