vue-multiselect icon indicating copy to clipboard operation
vue-multiselect copied to clipboard

Unable to add tag and keep selected as non listed option on tab or blur event

Open aherrao opened this issue 5 years ago • 4 comments

Reproduction Link

Steps to reproduce

  1. Create an async type of multi-select
  2. Type search name out of the options
  3. Press tab to leave the field

Expected behavior

  1. Input search term should persist as it is
  2. The non-matching text should be added in the tag
  3. Tab button should add tag as well

Actual behavior

  1. search team get clear
  2. for adding tag need to enter

aherrao avatar Apr 05 '20 23:04 aherrao

Or could you add @blur event?

OleksandrSymonov avatar May 12 '20 10:05 OleksandrSymonov

Nope even on blur it's make it empty

aherrao avatar May 12 '20 12:05 aherrao

I meant, Will be nice to add @blur to library.

OleksandrSymonov avatar May 12 '20 13:05 OleksandrSymonov

@aherrao Please provide reproduction link

akki-jat avatar Nov 11 '22 16:11 akki-jat