vue-tags-input
vue-tags-input copied to clipboard
Autocomplete list stays open when tabbing to different form controls
After entering text to display autocomplete options in the dropdown list, if I tab away from the textbox to a different form control the autocomplete list stays visible. Any subsequent mouse clicks will hide the autocomplete list as expected, and pressing Enter also closes the list.
I also noticed that the focused data attribute stays true when tabbing away from the text box, when I would expect the value to turn false on blur.
I recently published the version 2.1.0 and the autocomplete layer should close as expected when pressing tab