OptionalcustomFunction to generate the label for custom values
OptionaldisabledWhether the field is disabled
OptionalemptyMessage shown when no options match the search
The HTML id for the input element
OptionalinputOptional ref to access the hidden input element
The label text displayed above the dropdown
OptionalnameThe form field name (defaults to htmlFor if not provided)
Array of options with id and display name
Placeholder text when no value is selected
OptionalrequiredWhether the field is required
OptionalsearchPlaceholder text for the search input
Props for the FormDropdownInput component.
Remarks
This component provides a searchable dropdown with support for custom values. It integrates with the generic form wrapper for form state management.
See
FormDropdownInput for the component