Skip to content

FilteredSearch

Alpha

The FilteredSearch component helps style a Dropdown and a TextInput side-by-side.

Note: You must use a TextInput and Dropdown (or native <details> and <summary>) in order for this component to work properly.

Default example

Component props

FilteredSearch.Children

NameTypeDefaultDescription
childrenFilteredSearch is expected to contain a Dropdown followed by a TextInput.
sxSystemStyleObject{}Style to be applied to the component