-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Implement Groups in SelectBox #892
Comments
I agree, but still let's try to squeeze it in the end, if time would allow? |
A colleague of mine just learning react will tackle this in the upcoming days :) (Leon) |
Also take notice of this issue when working on it: #944 |
The issue does not comment on rules for sorting the options and/or groups in any particular order (e.g. alphabetically). Can anyone comment on this and tell me if I have to take care of sorting inside the component? |
@klfman sorting groups based on "first group in list is displayed first", leaving options in the order they were provided :) |
I'm adding this for 1.0, as we still have some time left, and this feature existed in the old UI, so would be sad if the new UI will not have it. |
Check https://neos-project.slack.com/files/U4A2LD7QU/F7UV045EF/ui_select_box.mov the react UI as some kind of partial support of the grouping ;) |
I think the grouping is basically implemented, but the keyboard-accessibility-change broke it again. Correct @mstruebing - could this be? :-) |
Blocked by #1362 |
TASK: implement groups in SelectBox Resolves: #892
<- must-have for 1.0.0
the old UI supported a "groups" key in the Select Box; which we do not support in the new UI yet.
It should be implemented in react-ui-components/SelectBox; as it will then automatically work for Select/MultiSelect editors.
I personally think it would be fine to deliver this feature after 1.0.
This is a reminder / follow-up for #764.
The text was updated successfully, but these errors were encountered: