vue-tags-input icon indicating copy to clipboard operation
vue-tags-input copied to clipboard

Autocomplete list stays open when tabbing to different form controls

Open bobbert opened this issue 6 years ago • 1 comments

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.

bobbert avatar Apr 02 '19 19:04 bobbert

I recently published the version 2.1.0 and the autocomplete layer should close as expected when pressing tab

JohMun avatar Jun 30 '19 11:06 JohMun