✨(react) add onSearchInputChange callback to searchable select
We want to be able to notify an event when the search term of the searchable select gets updated.
This commit is contained in:
@@ -26,6 +26,8 @@ You can enable the text live filtering simply by using the `searchable` props.
|
||||
<Story id="components-forms-select-multi--searchable-uncontrolled"/>
|
||||
</Canvas>
|
||||
|
||||
> You can use `onSearchInputChange` to get the value of the input when the user is typing.
|
||||
|
||||
## States
|
||||
|
||||
You can use the following props to change the state of the Multi-Select component by using the `state` props.
|
||||
|
||||
Reference in New Issue
Block a user