vueform / multiselect

Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
https://vueform.com
MIT License
807 stars 150 forks source link

Open select when searching in tag mode #292

Closed marcojanssen closed 1 year ago

marcojanssen commented 1 year ago

It appears that the initial options are not shown when first clicking the search input in tag mode? Is that intended behavior and if so how can i open the options when the user initially clicks the search input?

After a first character has been typed the options are shown. If all characters are removed the options are displayed as I would have expected.

In single mode it does open and shows all the options immediately if searchable is enabled.