-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add support for nested option groups #3873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This code originates from the following PRs in the main react-select repo: JedWatson#2750 and JedWatson#3265, written / submitted by Lolobstant and mastergenius, respectively. This is simply a re-submittal of JedWatson#3265; I have not made any modifications.
|
|
👍 |
|
🙏 |
|
Please merge this I need this feature. |
|
Any updates? |
|
1 year left and there is no support of nested properties! |
|
As I am currently away from the computer I cant submit a commit to this pull-request. |
|
@flexdinesh Do you think this is something we could get merged as well? |
|
Implemented in my public fork react-select-reborn version 3.2.0. Available on NPM. |
|
Definitely need this. Thanks! |
|
👍 |
1 similar comment
|
+1 |
|
@JedWatson / @gwyneplaine / @flexdinesh any blockers with this PR? |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 53b9bed:
|
|
This looks great @pfgallagher, apologies for the slow response. I've created a working example here - https://codesandbox.io/s/react-codesandboxer-example-8xxyx?file=/index.js We will need updates to documentation and tests as you suggested, but hold off until I can speak to @JedWatson, we can then get this merged. |
|
Come on @JedWatson, you can do it!!!!! 🏃♂️🏃♀️🏃💐 |
|
Hey @JedWatson are there any plans to merge this? Happy to contribute to the docs & tests if those are the blockers? |
|
Hi @bladey, do you know what the current blockers are? Anything we can do to help? |
|
EDIT: 🎉 I've archived the fork now that we've got some momentum in this repo and Jed is involved again. Sorry for the disturbance! |
|
Anything blocking this merge now? |
|
Greetings, Much of the primary focus has been on trying to resolve underlying issues and making a transition to TypeScript. Nested groups do represent a bit of a concern in regards to code complexity as the MenuList would now be recursively traversing the options and as the I have created a Feature Request discussion here to gauge interest and talk through some of these things. |
|
can anyone fix the merge conflicts and merge this? |
|
How to style the nested labels? I can't find anything :) plz help |
|
Any updates on this one @JedWatson ? |
|
Can we have this feature published please. |
|
two. years. and still not merged. open source is tough! |
|
👀 |
|
+1 need this |
|
👀 |
This code originates from the following PRs in the main react-select repo: #2750 and #3265, written / submitted by Lolobstant and mastergenius, respectively. This is simply a re-submittal of #3265; I haven't made any modifications of my own.
I'm not exactly sure why these PRs were closed, given this appears to be a popular feature request. It looks like it may be due to failing builds. I was able to get this to build locally, so perhaps the tests have changed since the previous PR?
If there are any problems with the build, I'm happy to take care of them. Additionally, if any of the changes to the docs, tests, etc. that Lolobstant originally made need to be integrated too, I can handle those, as well.
Thanks!