JohMun / vue-tags-input

A tags input component for VueJS
http://www.vue-tags-input.com
953 stars 136 forks source link

Autocomplete stops on click event to select tag #150

Open bdsmarts opened 3 years ago

bdsmarts commented 3 years ago

Anytime I select from the autocomplete by clicking to select a tag, autocomplete stops working unless I click outside the tags input box and come back. However, if I select a tag from autocomplete with the keyboard (enter key), autocomplete continues to work. Any suggestions how I can fix this?