live_select icon indicating copy to clipboard operation
live_select copied to clipboard

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

Open egeersoz opened this issue 2 years ago • 1 comments

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.

egeersoz avatar Dec 06 '23 19:12 egeersoz

Thanks for pointing this out.

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

maxmarcon avatar Dec 10 '23 12:12 maxmarcon