SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.56k stars 267 forks source link

[SF] Select - Add a grouping option similar to the grouping option in the MultiComboBox #5679

Closed Vir-Mittal closed 2 years ago

Vir-Mittal commented 2 years ago

Feature Request Description

The select component currently does not allow for items to be seen as part of a particular group. It would be useful to have this option similar to what the multicombobox grouping does -

https://sap.github.io/ui5-webcomponents/playground/components/MultiComboBox/

Screen Shot 2022-08-16 at 4 04 17 PM

Priority

A clear and concise description of the impact/urgency of the required feature.

Stakeholder Info (if applicable)

unazko commented 2 years ago

Hello @SAP/ui5-webcomponents-topic-p,

take a look of this feature request.

Best Regards, Boyan

dobrinyonkov commented 2 years ago

Hello @Vir-Mittal,

This feature request was reviewed by our UX team, but it was not approved.

Our recommendations are to use multi-combo box with groups. or just ComboBox. Select control is designed users to select exclusively from a short list of options, usually between 2 and 12 items. We don’t use select component if the users need to pick one item from a very large set of options. In this case we recommend to use combo box or multi-combo box, depending on the use case.

Kind Regards, Dobrin