You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.
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?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?The text was updated successfully, but these errors were encountered: