matiastucci/vue-input-tag

'Tab' key issue & Customisation of the key codes that trigger tag addition.

olsgreen opened this issue · 0 comments

Due to the implementation of the trigger that validates and adds tags, you cannot currently move on from this form control using the usual 'tab' key.

This has become an issue for us, so we have implemented the ability to provide an array of custom key codes that will trigger attempted validation & addition of a new tag. We have also made an exception for the tab key so it does not block focusing the next control on tab.