You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a multi-select input. I am passing state in to the select input as the value (the state is an array of course, that is empty at first).
I have onChange adding items to the array. However, I am not sure what props are tied to removing individual tags, or clearing the whole form.
I think the props for adding tags, removing tags and clearing the form should be at the top of the docs. These are probably hands down the most basic and used features for the component. Somebody should be able to hit the readme page and find these three things out within one minute.
Unfortunately I'm parsing through the entire readme and still not finding this info.
The text was updated successfully, but these errors were encountered:
I am building a multi-select input. I am passing state in to the select input as the value (the state is an array of course, that is empty at first).
I have onChange adding items to the array. However, I am not sure what props are tied to removing individual tags, or clearing the whole form.
I think the props for adding tags, removing tags and clearing the form should be at the top of the docs. These are probably hands down the most basic and used features for the component. Somebody should be able to hit the readme page and find these three things out within one minute.
Unfortunately I'm parsing through the entire readme and still not finding this info.
The text was updated successfully, but these errors were encountered: