ngTagsInput
ngTagsInput copied to clipboard
Hitting tab key on tagsInput results in blinking focus going forward and back
ngTagsInput version: 3.2.0 angular version: 1.5.8 browser: Chrome 60 steps to reproduce:
- go to project's website,
- type "test" into demo input,
- hit tab key on your keyboard,
- watch carefully: focus "jumps forward" to next element for a short while (in this case, the next anchor element) and then "jumps back" to tags input
I have the solution for this problem - will send a PR shortly.
@mbenford ping!