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

Dropdown menu should open when the input field is clicked, rather than focused #49

Open
egeersoz opened this issue Dec 6, 2023 · 1 comment

Comments

@egeersoz
Copy link

egeersoz commented Dec 6, 2023

Right now, in order to select multiple options from the dropdown menu, you need to:

  1. Click the input element (which focuses it)
  2. Select an option
  3. Click off the field to blur it
  4. Click on the field to re-focus it

This is not good UX. The dropdown menu should open when the input field receives a click event.

@maxmarcon
Copy link
Owner

Thanks for pointing this out.

Can you please test the latest main? The behavior should now be as you expect.

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

No branches or pull requests

2 participants