SelectOwnProps
Inheritors
Properties
A function used to determine if two options' values are equal. By default, reference equality is used.
This prop helps users to fill forms faster, especially on mobile devices. The name can be confusing, as it's more like an autofill. You can learn more about it following the specification.
If true
, the select will be initially open.
The default selected value. Use when the component is not controlled.
A function used to convert the option label to a string. It's useful when labels are elements and need to be converted to plain text to enable navigation using character keys on a keyboard.
A function to convert the currently selected value to a string. Used to set a value of a hidden input associated with the select, so that the selected value can be posted with a form.
Controls the open state of the select's listbox.
Callback fired when the component requests to be opened. Use in controlled mode (see listboxOpen).
Text to show when there is no selected value.
Function that customizes the rendering of the selected value.
The props used for each slot inside the Input.
The components used for each slot inside the Select. Either a string to use a HTML element or a component.