-
-
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] Add scrollbar support in IE11 #19969
Conversation
Details of bundle changes.Comparing: 05c992e...7063094
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this pull request! So I assume it solves the issue on your end, like it did on my end.
I doubt we can write a test for it. Regarding the layout change, what did you think of my display block proposal for the Container component? I don't think that it will be breaking. It does leak a bit outside the scope of this pull request, but I think that it's still a nice detail to address.
Thanks! I have no issues with proposed changes for the Container component. When can we expect a new version of |
packages/material-ui-lab/src/useAutocomplete/useAutocomplete.js
Outdated
Show resolved
Hide resolved
This weekend. But you can already use the version published in https://ci.codesandbox.io/status/mui-org/material-ui/pr/19969/builds/13040. |
Ok great, I have open #19971 for the Container issue. |
@SergeyUstinovich Thank you for double-checking the proposed patch as well for refining it :D. |
Can anyone please confirm on which version the scrollbar issue fix is available for IE11? I'm using "@material-ui/core": "^4.9.7" |
You need to upgrade "@material-ui/lab" |
Thanks. I'm on this currently "@material-ui/lab": "^4.0.0-alpha.39". |
@pulkitgulati Check the peer dependency listed in the package.json to know which version it works with. |
Closes #19935