Open stouch opened 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
You can manually blur in @select event.
@select
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