ComboboxMultiSelectTextInput API
API reference docs for theComboboxMultiSelectTextInput
component. For examples and details on the usage of this component, visit the component demo page.
Props
This API applies to both ComboboxSearchInput
and ComboboxTextInput
.
Prop | Type | Description | Default |
---|---|---|---|
|
| identifies the currently active element when using ARIA widgets. | _ |
|
| Indicates whether input completion suggestions are provided, and their type. | _ |
|
| Identifies the element(s) that the input controls. | _ |
|
| Indicates whether the popover is currently expanded or collapsed. | _ |
|
| Indicates the availability of a popup related to the input. | _ |
|
| Specifies whether autocomplete is enabled for the input. | _ |
|
| Specifies whether auto-correction is enabled for the input. | _ |
|
| Automatically focuses the input element when it is rendered. | _ |
|
| Reference to the wrapper FocusContainer element. | _ |
|
| Hints to browsers about what kind of virtual keyboard to display. | _ |
|
| Name of the input, used for form submissions. | _ |
|
| Function to be invoked when the input loses focus. | _ |
|
| Function to be invoked when a new item is selected. | _ |
|
| Function to be invoked when the input is focused. | _ |
|
| Function to be invoked when a key is pressed while the input is focused. | _ |
|
| Function to be invoked when content is pasted into the input. | _ |
|
| Regular expression pattern the input's value must match for validation. | _ |
|
| Placeholder text displayed when the input is empty. | _ |
|
| Function to control the formatting of the string in the selected item Tag. | |
|
| ARIA role for the input. | _ |
|
| Specifies whether the input value should be checked for spelling errors. | _ |
|
| Type of the input element. | _ |