Search

A <SearchBox/> can be used anywhere to enable the user to perform a search. A common example is searching a table.

Preview

Code

<Search callback={ props.search } throttle={ 1000 }/>

Props

PropDescriptionRequiredValue

callback

function executed on change and submit

required

function

placeholder

placeholder text

optional

string (default: Search)

throttle

throttle the callback function execution in milliseconds

optional

integer

Last updated