-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form] Recall for choice group_by ordering #31593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
from #21717 (comment))
i figure the feature im seeking is a |
I am not convinced we need this. The issue laid out in the initial description seems specific to some of the core types, isn't it? So solving the ordering there (as a bug fix) looks like the solution to me. |
You're right, if we can do something for the core intl types that be great. Though i agree we probably dont want a generic What about specific |
#11847 is solved by #28624 actually. But #28624 introduces a global Another thing is (hence i've created this issue) the ordering of choices. If we use "group_by" we might need a different ordering to comply with the grouping (as demonstrated here with timezones) So perhaps |
Regarding your timezone example: Why would we want the choices to be ordered differently when they are grouped then without the grouping? |
because for UX they should be ordered by GMT offset (from low to high) |
But this order is fine for either case, isn't it? |
The |
When the choice_loader is built-in / out of scope, working with the choices can be a real pain. As such i'd like to recall for #21717 / #22136
Given
The UX is completely off due default ordering;
Perhaps this should be solved per type, but i tend to believe having some generic solution is nice. Or maybe there's a better way?
Moreover, as we deprecated the
region/zone
option; there's currently no sane alternative to apply such a filter. Consider #28624 for this :)The text was updated successfully, but these errors were encountered: