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

Add option to blur after selection #389

Open stouch opened 10 months ago

stouch commented 10 months ago

In the demo of the simple Autocomplete example (single selection of programming language among autocompleted results), here : https://jsfiddle.net/xajub20o/

Once we select an item, the focus stays on the field.

Can we blur the field once we selected an item ?

Thanks

adamberecz commented 5 months ago

You can manually blur in @select event.