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 know the createSearchChoice option is replaced by the createTag option in select2 4.0. However, the old createSearchChoicePosition option seems to be completely removed without replacement (createTagPosition does not work).
Am I correct and if so, any plans on restoring this option?
The text was updated successfully, but these errors were encountered:
Fix for: createSearchChoicePosition removed in select2 4.0 withour
replacement select2#3420
Now there is an option to specify whether the new tag appears at the top
or bottom of the list
This adds an option called `insertTag` that controls the location within
the results where the tag is inserted. The function should take in the
results array and the tag, and should modify the array in-place to add
the tag to the results.
This closesselect2#3420
This closesselect2#4008
I know the createSearchChoice option is replaced by the createTag option in select2 4.0. However, the old createSearchChoicePosition option seems to be completely removed without replacement (createTagPosition does not work).
Am I correct and if so, any plans on restoring this option?
The text was updated successfully, but these errors were encountered: