FilterMenuSearchField API
API reference docs for theFilterMenuSearchField
component. For examples and details on the usage of this component, visit the component demo page.
Props
The FilterMenuSearchField
internally uses Field component. It inherits most of the Field props and adds few more functionalities.
Prop | Type | Description | Default |
---|---|---|---|
|
| The content to be displayed inside the field. | _ |
|
| Label for the input. | _ |
|
| Specifies the unique identifier for the form control within the component. See | _ |
|
| Counter object containing maxValue and value. "maxValue:" maximum value the counter can reach. "value:" current value of the counter. | _ |
|
| Provide additional information that will aid user input. | _ |
|
| Message to show when the field is invalid. | _ |
|
| Whether the field is disabled. |
|
|
| Whether user input is required on the field. |
|
|
| A label must always be provided for assistive technology, but you may hide it from sighted users when the intent can be inferred from context. |
|
|
| Additional context, typically used to indicate that the field is optional. | _ |