Don't sort example

This commit is contained in:
Josh Johnson 2017-04-07 09:02:03 +01:00
parent 10db5b85f5
commit 33d08b0b01

View file

@ -454,6 +454,7 @@
var singlePlaceholderOption = new Choices('#choices-placeholder-option', {
removeItemButton: false,
preselectItem: false,
shouldSort: false,
});
var singleStates = new Choices(document.getElementById('choices-states'));