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
Select2 allows dynamic option creation by setting tags: true. Unfortunately it doesn't work well with yadcf, since the select box is re-created on each selection, and the newly created dynamic option gets removed.
Select2 allows dynamic option creation by setting
tags: true
. Unfortunately it doesn't work well with yadcf, since the select box is re-created on each selection, and the newly created dynamic option gets removed.For example, here's a demo:
https://jsfiddle.net/zjk2a4u9/
As you can see in the gif below, inserting "i" as a new option works, but the option is not preserved and the select box becomes empty:
The text was updated successfully, but these errors were encountered: