matiastucci / vue-input-tag

:bookmark: Vue.js 2.0 Input Tag Component
https://tucci.me/vue-input-tag
MIT License
536 stars 135 forks source link

Tag key capture is over aggressive #77

Closed benbowler closed 6 years ago

benbowler commented 6 years ago

The plugin captures the tab key to mark the end of a new email, however if you haven't typed anything and press tab I'd expect the normal behaviour - tabbing to the next field - to be allowed.

Would you submit a PR?

matiastucci commented 6 years ago

This should be fixed now. If it's still happening feel free to reopen the issue.