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
Describe the bug
When clicking the Search icon, the input field doesn't automatically gain focus. This requires the user to click twice – once on the icon and again on the input field itself – to start typing.
I am using a ref for the input field but it still does not focus automatically.
Notice that the input field does not automatically gain focus.
You have to manually click in the input field to start typing.
Expected behavior
Clicking the Search icon should automatically focus the input field so the user can start typing immediately without an additional click.
Additional context
v.7.5.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When clicking the Search icon, the input field doesn't automatically gain focus. This requires the user to click twice – once on the icon and again on the input field itself – to start typing.
I am using a ref for the input field but it still does not focus automatically.
To Reproduce
Please check with CodeSandbox
Steps to reproduce the behavior:
Expected behavior
Clicking the Search icon should automatically focus the input field so the user can start typing immediately without an additional click.
Additional context
v.7.5.0
The text was updated successfully, but these errors were encountered: