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 https://github.com/neos/neos-ui/pull/764.
I agree, but still let's try to squeeze it in the end, if time would allow?
It would be so cool to have a feature-complete UI by 1.0!
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: https://github.com/neos/neos-ui/issues/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
Most helpful comment
A colleague of mine just learning react will tackle this in the upcoming days :) (Leon)