[Autocomplete] Revert: Fix options list rendering in freeSolo mode#44858
[Autocomplete] Revert: Fix options list rendering in freeSolo mode#44858ZeeshanTamboli merged 1 commit intomui:masterfrom
Conversation
Netlify deploy previewhttps://deploy-preview-44858--material-ui.netlify.app/ Bundle size reportDetails of bundle changes (Toolpad) |
|
@ZeeshanTamboli may I ask you to explain what's impact this change has on users? It's not clear to me. I'm trying to understand if we can release #44916 as a patch or if we have to do a minor bump. |
|
@DiegoAndai This reverts to the previous behavior to fix #44048 for v6, though it also brings back #40843, as mentioned in the PR description. I'll address #40843 separately, possibly by introducing a new prop, as it's less critical than #44048. A regression is worse than a bug. Basically I followed #44266 (comment). Since #44048 is a v5 issue and a separate PR (#44857) reverted it in v5, perhaps we should include a v5 release in this cycle as well? |
@ZeeshanTamboli, this still doesn't explain the impact on users. I know this PR is a revert. The original PR gives very little explanation for the impact on users either. Even though a PR is a revert, we should explain what the end result is for users. So, again, what will change on the user's end after this change? |
@DiegoAndai With this revert, the Autocomplete popper/dropdown will remain in the DOM (hidden when Previously: The dropdown wasn't rendered in the DOM when I hope this helps. |
|
Thanks @ZeeshanTamboli, this explains it 👍🏼. I'm only releasing v6 today to test another bug fix, but I'll remember to include a v5 release in next week's cycle 👍🏼 |
|
Hi @DiegoAndai , looking forward to see this in the v5 release. :) |
|
@aarongarciah , @aarongarciah , @DiegoAndai - thanks for work on this. |
Reverts #41300 for v6.
Re-opens #40843 which I'll try to solve in a separate PR by introducing a new prop.