There should be a way to specify the ordering of select options passed in as a hash, either through :data or another param. Perhaps accepting two-dimensional array to :data instead?
Agree, Option are sorted by the key, not in the order you provide the data.
Any idea on what to modify to make the order in the data the order in the select?
There should be a way to specify the ordering of select options passed in as a hash, either through
:data
or another param. Perhaps accepting two-dimensional array to:data
instead?