Search
Search is a text input that users can type to narrow down a Collection. Use Filters if values can be classified in predefined options.
Optional props
loading
Whether component is loading or not
type
boolean
default
false
onClear
Callback when the input is cleared
type
(() => void)
default
undefined
messages
Object containing all messages to be displayed in the search input
type
{ placeholder?: string
undefined; }
default
null