Constructor
# <Searchbar />
A searchbar component that includes term debouncing to propagate to its parent component, i.e. only when the user has stopped typing for 500ms the term is propagated further.
Properties:
Name | Type | Description |
---|---|---|
onSearchValueChange |
function | A function handler to propagate the value |