InterfaceSearchBarRef
Interface: InterfaceSearchBarRef
Defined in: src/types/SearchBar/interface.ts:21
Methods exposed by the SearchBar ref.
Properties
blur()
blur: () =>
void
Defined in: src/types/SearchBar/interface.ts:25
Programmatically blur the search input
Returns
void
clear()
clear: () =>
void
Defined in: src/types/SearchBar/interface.ts:27
Clear the search input value and trigger onChange
Returns
void
focus()
focus: () =>
void
Defined in: src/types/SearchBar/interface.ts:23
Programmatically focus the search input
Returns
void