-
-
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
[docs][material-ui][joy-ui][Autocomplete] Fix Hint
demo
#42990
Conversation
Netlify deploy previewBundle size report |
Not able to add / update labels in this PR :( |
Hint
demo
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.
This fix works well for selecting option from Autocomplete but I found other issues as well. See screen recording:
issue-42990.mp4
Hint
demoHint
demo
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.
I fixed the overflowing hint text and also made sure that the hint text is cleared when a option as selected. Rest looks good. @ManthanGajjar Thanks for the pull request.
Fixes #42882
Preview: https://deploy-preview-42990--material-ui.netlify.app/material-ui/react-autocomplete/#hint
Issue description
the dropdown does not show the selected option after clicking on it
Before:
Screen.Recording.2024-07-18.at.3.38.22.PM.mov
After:
Screen.Recording.2024-07-18.at.3.38.41.PM.mov