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
I'm trying to use free-typed tags. I want to just write text, write a comma and I want the tag to be added, without showing any dropdown. But when I set showOptions to false, when I type any of the keys on the addTagOn option nothing happens.
I bumped into this same issue. I have exactly the same use case; I just want to have a simple input with ability add free tags separated by comma or enter.
When setting showOptions to false, no new tags can be created anymore.
Version
Description
I'm trying to use free-typed tags. I want to just write text, write a comma and I want the tag to be added, without showing any dropdown. But when I set
showOptions
tofalse
, when I type any of the keys on theaddTagOn
option nothing happens.Demo
https://jsfiddle.net/andresespinosapc/5omr6cxj/12/
The text was updated successfully, but these errors were encountered: