Search
Last updated
Last updated
A <SearchBox/>
can be used anywhere to enable the user to perform a search. A common example is searching a table.
Prop | Description | Required | Value |
---|---|---|---|
callback | function executed on change and submit | required | function |
placeholder | placeholder text | optional | string (default: Search) |
value | initial value | optional | string |