-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Autocomplete] Fix option grouping #19121
[Autocomplete] Fix option grouping #19121
Conversation
@liangchunn Thanks, do you think that you could add a new test case? |
Details of bundle changes.Comparing: c99bd0d...d490f77
|
53c4e65
to
d490f77
Compare
@oliviertassinari Sure |
@liangchunn Thanks |
@oliviertassinari any idea when this will be released? |
Within a week. |
But you can use the codesandbox canary release now (I believe, never tried) |
Where can i find information on how to use the canary release? |
Thank you @oliviertassinari |
@oliviertassinari I'm a bit confused. This was merged over 1 year ago but I'm still having this issue. |
@levrik Test again on v5, we reverted these changes because where breaking the keyboard logic and added a warning instead so developers sort the options before providing them to the Autocomplete. |
Fixes issue where grouping with
groupBy
doesn't group options together correctly, seeCloses #19109
Before fix (this causes rendering of options to misbehave in React):
After fix: