FilteredSearch
Use filtered search component helps style an ActionMenu and a TextInput side-by-side.
- Alpha
- Not reviewed for accessibility
The FilteredSearch component helps style an ActionMenu and a TextInput side-by-side.
Note: You must use a TextInput
and ActionMenu
(or native <details>
and <summary>
) in order for this component to work properly.
Name | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | FilteredSearch is expected to contain an `ActionMenu` followed by a `TextInput`. | |
sx | SystemStyleObject | Style overrides to apply to the component. See also overriding styles. |