-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Description
Selectize is reordering my provided options, which is undesirable behaviour.
I am providing:
<select name="fields[places]" placeholder="How many places do you require?" id="places" class=" places">
<option value=""></option>
<option value="all">All</option>
<option value="1">1</option>
<option value="2">2</option>
</select>
The output is ordering by number then alpha, so 1, 2, all
.