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've been experimenting with react-select-plus, and it looks like it does exactly what I need. However, it's unclear to me how to use the "option groups" feature. You have an example of option groups on your Demos page, but I cannot find anything in your documentation/README on how to use it.
Not an urgent issue, just would like to understand how to take advantage of that feature.
Thanks!
The text was updated successfully, but these errors were encountered:
It's all about you you structure your data. It's pretty easy to use. Here's an example (using ES6) with the ability to create multiple values, and new values. These it just props.
I've put my example in a codesandbox for your ease.
This is just a documentation issue.
I've been experimenting with react-select-plus, and it looks like it does exactly what I need. However, it's unclear to me how to use the "option groups" feature. You have an example of option groups on your Demos page, but I cannot find anything in your documentation/README on how to use it.
Not an urgent issue, just would like to understand how to take advantage of that feature.
Thanks!
The text was updated successfully, but these errors were encountered: