Skip to content

<AutocompleteInput> should allow to override renderInput #10430

Open
@ibraym

Description

@ibraym

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions