multiselect
multiselect copied to clipboard
Add option to blur after selection
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
You can manually blur in @select event.