-
Notifications
You must be signed in to change notification settings - Fork 639
Closed
Labels
Description
Describe the bug
when using options removeItemButton and shouldSort:false, each time the clear button is used, the list is reversed.
To Reproduce
Steps to reproduce the behavior:
- the list is in order [3,2,1], not sorted since we specified shouldSort:false
- Click on clear button
- the list is now [1,2,3]
- select an item and click the clear button
- the list is again reversed: [3,2,1]
Expected behavior
The list order should not change
Choices version and bundle
- Version: v11 latest
Reactions are currently unavailable