FilteredSearch
The FilteredSearch component helps style an ActionMenu and a TextInput side-by-side.
- Deprecated
- Not reviewed for accessibility
Note: You must use a TextInput
and ActionMenu
(or native <details>
and <summary>
) in order for this component to work properly.
A new filter component is in progress.
Until the new filter component is ready, you can use Button + TextInput + ActionList to reproduce this pattern.
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. |