GridSearchBoxProps
Represents the props of the GridSearchBox component.
| Name | Type | Default | Description | 
|---|---|---|---|
autoFocus? | 
 | 
 Represents the   | |
fillMode? | 
 | 
 | 
 Configures the  The available options are: 
  | 
inputAttributes? | 
 | 
 Sets the HTML attributes of the inner focusable input element. Attributes which are essential for certain component functionalities cannot be changed.  | |
onChange? | 
 | 
 Fires when the value of the search box is changed.  | |
prefix? | 
 | 
 Sets a custom prefix to the TextBox component.  | |
rounded? | 
 | 
 | 
 Configures the  The available options are: 
  | 
size? | 
 | 
 | 
 Configures the  The available options are: 
  | 
suffix? | 
 | 
 Sets a custom suffix to the TextBox component.  | |
valid? | 
 | 
 Indicates if the component is in   |