vue-multiselect
vue-multiselect copied to clipboard
Unable to add tag and keep selected as non listed option on tab or blur event
Reproduction Link
Steps to reproduce
- Create an async type of multi-select
- Type search name out of the options
- Press tab to leave the field
Expected behavior
- Input search term should persist as it is
- The non-matching text should be added in the tag
- Tab button should add tag as well
Actual behavior
- search team get clear
- for adding tag need to enter
Or could you add @blur event?
Nope even on blur it's make it empty
I meant, Will be nice to add @blur to library.
@aherrao Please provide reproduction link