Open
Description
The SelectInput component currently lacks support for grouping options, a feature that is available in the AutoCompleteInput component.
The challenge arises because the AutoCompleteInput component input must be a string, making it incompatible with rendering custom components, which the SelectInput component supports.
This limitation creates a gap in functionality:
If grouping is required, AutoCompleteInput must be used, but it sacrifices the flexibility of rendering custom components for displaying the selected option. Conversely, SelectInput can render custom components but does not support grouping.