SearchField
An Input with a search icon attached for the purposes of searching.
⚠️
This is a controlled component (opens in a new tab), so using a library like react-hook-form won’t work.
Usage
| Name | Type | Description |
|---|---|---|
value | string | Required. The current search value. |
onChange | Function | Required. Handle the callback of search change. |