Skip to content

re-ordering my options #381

Closed
Closed
@designermonkey

Description

@designermonkey

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions