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
Changes to setChoices & clearChoices adjust how the selection and new choices combine when using replaceChoices: true is used to better match v10.2.0 and v11.0.3 behavior.
To remove duplication, consider using the configuration optionduplicateItemsAllowed: false, or use the setChoices's new 6th argument replaceItems:true
🐛 Bug Fixes
Fix setChoices & clearChoices related regressions @Xon (#1278#1283)
Revert "Do not preventDefault on item to support dragging" #1266@Xon (#1282)
Chore
Add e2e test for dropdown behavior on item mouse down/click
Add e2e test for serveral setChoices/clearChoices actions