FilterMenuSearchInput API
API reference docs for theFilterMenuSearchInput
component. For examples and details on the usage of this component, visit the component demo page.
Props
The FilterMenuSearchInput
component internally uses SearchInput
component. It inherits most of the SearchInput props and adds few more functionalities.
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. | _ |
|
| Specifies the initial value of the input for uncontrolled input. | _ |
|
| 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. | _ |
|
| ARIA role for the input. | _ |
|
| Specifies whether the input value should be checked for spelling errors. | _ |
|
| Type of the input element. | _ |
|
| Specifies the current value for controlled inputs. | _ |