Conversation
|
❤️ 💚 💙 💛 💜 |
|
Awaiting this with bated breath. 👍 |
|
Same here! |
|
@colbyr need some help? |
|
Guys, i have a workaround: Then you have to just push disabled values into |
|
@colbyr This looks great! Are you planning to have it ready for 1.0 final version? @JedWatson, thoughts? |
|
I'll gladly polish this up if this is the direction @JedWatson wants to go! |
|
@JedWatson I believe this would be a strong addition to react-select. |
|
👍 |
|
When do you plan to merge this? How I can help? |
|
@max-mykhailenko I heard @TrevorBurnham (above) has been working on this functionality in a fork if you want to reach out! |
See discussion at JedWatson/react-select#480
|
The fork @banderson mentioned is now public. We're calling it React Select Plus. It adds option group support as well as some other small features. Please give it a try and let us know what you think! All of us at HubSpot would still be very happy to see option group functionality added to JedWatson/react-select. /cc @JedWatson |
|
@TrevorBurnham @banderson @JedWatson Should I use React Select Plus or is there a chance for this feature to be added in React Select ? Is there a pull request ? |
|
@cedricmessiant I'd be happy to create an up-to-date pull request if the React Select maintainers expressed interest. |
|
@TrevorBurnham JFYI, there's a bug with "multi + optgroups" in React Select Plus. |
|
@clbn Yes, I saw. I just haven't gotten to it yet. |
|
@mqklin - your workaround works perfectly. |
|
+1 |
|
I need this feature too ! |
|
+1 |
|
@colbyr how can I help you with this PR? |
|
@evgenTraytyak this PR is pretty stale so I'm going to close it. Feel free repurpose it if you want. I've been using the react-select-plus fork which supports option groups. The optgroups issue is still open if you want to weight in there #59. |

Spent some time working on grouped options for #59. Still rough around the edges but far enough along to share. I'd rather get some feedback before I spend too much time on it 😉
I think I'd prefer a nested structure to a separate "groups" prop. It should work with any number of sub groups as well.
TODO
multi={true}allow group selectioncc @banderson