Async autocomplete not working with groupBy #20372
Labels
bug 🐛
Something doesn't work
component: autocomplete
This is the name of the generic UI component, not the React module!
When you use groupBy with a asynchronous autocomplete, that is adding options dynamically the wrong option is selected when you select an option. A reproducable example from the docs for autocomplete and just adding the groupBy for the first letter:
https://codesandbox.io/s/material-demo-dt5o7
Now when you select an option some other country is selected.
Current Behavior 😯
Selects wrong option
Expected Behavior 🤔
Select correct option
Steps to Reproduce 🕹
https://codesandbox.io/s/material-demo-dt5o7
Context 🔦
I want to use groupBy
Your Environment 🌎
The text was updated successfully, but these errors were encountered: