live_select
live_select copied to clipboard
Dropdown menu should open when the input field is clicked, rather than focused
Right now, in order to select multiple options from the dropdown menu, you need to:
- Click the input element (which focuses it)
- Select an option
- Click off the field to blur it
- 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.
Thanks for pointing this out.
Can you please test the latest main? The behavior should now be as you expect.