Render prop for customizing each option.
OptionalerrorError message displayed beneath the field when invalid.
OptionalisDisables the select when true.
OptionalisStyles the control as having an invalid value.
If true, the errorMessage will be displayed beneath the field.
OptionalisMarks the field as required for form validation.
Label text displayed above the select control.
OptionalnameHTML name attribute for form integration.
Array of options that can be chosen.
OptionalplaceholderPlaceholder text shown when no option is selected.
Handler invoked when the selected value changes.
Currently selected value. null represents no selection.
If a placeholder is set, it will be displayed instead.
Props for the Select component.