FilterEvent
Specifies the event arguments for the filtering action triggered during user input.
Props
The following table outlines the props for the FilterEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | ChangeEvent<HTMLInputElement> | - | Specifies the filter input change event arguments. |
| preventDefaultAction | boolean | false | Specifies to prevent the internal filtering action. |
| text | string | - | Specifies the search text value. |