Optionalaria-Optionalaria-Identifies the element (or elements) that provide a detailed, extended description for the object.
Optionalaria-Defines a string value that labels the current element.
Optionalaria-Identifies the element (or elements) that labels the current element.
OptionalautoDescribes the type of autocomplete functionality the input should provide if any. See MDN.
OptionalautoWhether the element should receive focus on render.
OptionalchildrenThe children of the component. A function may be provided to alter the children based on component state.
OptionalclassThe CSS className for the element. A function may be provided to compute the class based on component state.
OptionaldefaultSets the default open state of the menu.
OptionaldefaultThe initial selected key in the collection (uncontrolled).
OptionaldefaultThe default value (uncontrolled).
OptionaldescriptionThe description of the text field
OptionaldirOptionaldisabledThe item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.
OptionalexcludeWhether to exclude the element from the sequential tab order. If true, the element will not be focusable via the keyboard by tabbing. This should be avoided except in rare scenarios where an alternative means of accessing the element or its functionality via the keyboard is available.
OptionalformThe <form> element to associate the input with.
The value of this attribute must be the id of a <form> in the same document.
See MDN.
OptionalhiddenOptionaliconAn icon to render before the input
OptionalidThe element's unique identifier. See MDN.
OptionalinertOptionalisWhether the input is disabled.
OptionalisWhether the input value is invalid.
OptionalisSets the open state of the menu.
OptionalisWhether user input is required on the input before form submission.
OptionallabelThe label of the text field
OptionallangOptionalnameThe name of the input, used when submitting an HTML form.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonHandler that is called when the element loses focus.
OptionalonHandler that is called when the value changes.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonHandler that is called when the element receives focus.
OptionalonHandler that is called when the element's focus status changes.
OptionalonOptionalonOptionalonHandler that is called when a key is pressed.
OptionalonHandler that is called when a key is released.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonMethod that is called when the open state of the menu changes.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonHandler that is called when the selection changes.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionaloptionsThe options of the select field
OptionalplaceholderTemporary text that occupies the select when it is empty.
OptionalsearchableEnable search/filter functionality in the dropdown
Optionalsearchplaceholder text for the search input only used when searchable is true
OptionalsecondaryThe secondary label of the text field
OptionalselectedThe currently selected key in the collection (controlled).
OptionalselectionSelection mode, single or multiple
OptionalsizeThe size of the select field
OptionalslotA slot name for the component. Slots allow the component to receive props from a parent component.
An explicit null value indicates that the local props completely override all props received from a parent.
OptionalstyleThe inline style for the element. A function may be provided to compute the style based on component state.
OptionaltranslateOptionalvalidateA function that returns an error message if a given value is invalid.
Validation errors are displayed to the user when the form is submitted
if validationBehavior="native". For realtime validation, use the isInvalid
prop instead.
OptionalvalidationWhether to use native HTML form validation to prevent form submission when the value is missing or invalid, or mark the field as required or invalid via ARIA.
OptionalvalueThe current value (controlled).
Identifies the element (or elements) that describes the object.