Type Alias: TextFilter
TextFilter:
object&FilterCommon
Properties for the text filter.
Type declaration
| Name | Type |
|---|---|
defaultValue | string |
helperText | string |
onChange | (value) => void |
onDebouncedSearchChange | (value) => void |
placeholder | string |
searchIconPlacement | SearchFieldProps["searchIconPlacement"] |
type | "text" |
value | string |
Defined in
packages/react-material-ui/src/components/Filter/Filter.tsx:42 (opens in a new tab)