Backstage
    Preparing search index...

    Variable ComboboxConst

    Combobox: ForwardRefExoticComponent<
        ComboboxProps & RefAttributes<HTMLDivElement>,
    > = ...

    A text input combined with a dropdown list of options. The user can type to filter suggestions, navigate with the keyboard, and pick a value. With allowsCustomValue the typed text can be committed even if no option matches.