You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some further digging this problem only occurs when enforceWhitelist is set to false.
From what I understand setting enforceWhitelist while in select mode should make it behave like a fancy text input with suggestions. It used to function like that up to 4.10.0, 4.11.0 broke this functionality.
Prerequisites
💥 Demo Page
https://jsbin.com/honocaqita/1/edit?html,js,output
Steps to reproduce (using the above demo)
click on the tagify input
select any tag from the list
remove focus from the input by clicking anywhere else on the page
Explanation
What is the expected behavior?
The selected tag stays selected
What is happening instead?
The tag disappears after the field loses focus
What error message are you getting?
none
The text was updated successfully, but these errors were encountered: