Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SearchField requires 2 clicks to interact with its IconButtons (clear/search) when input is focused #2993

Open
adamstankiewicz opened this issue Jan 18, 2024 · 0 comments

Comments

@adamstankiewicz
Copy link
Member

Improvements

The SearchField component allows users to type into an input field and then click one of two conditional icon buttons:

  • Clear. Resets the input to be empty.
  • Submit. Submits the current value in the input.

However, when the user has focus in the input field, it requires 2 clicks for the user to actually click the icon button. The first seemingly removes focus from the input field and makes the icon button hoverable; the second click works as expected.

From a usability/a11y POV, it should not require 2 clicks for a user to interact with one of the icon buttons in the search field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

1 participant