Skip to content
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

[material-ui][Autocomplete] Improve Autocomplete with multiple values such that the entire user input will be displayed #45080

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MachaVivek
Copy link

Problem before changing
The text entered by the user is not completely visible

Screenshot 2025-01-22 011524
Screenshot 2025-01-22 011456
Screenshot 2025-01-22 011441

Solution after changing
now the text entered by the use is completely visible even it is more lengthy

Screenshot 2025-01-22 011801
Screenshot 2025-01-22 011729
Screenshot 2025-01-22 011656

closes #43197

@mui-bot
Copy link

mui-bot commented Jan 21, 2025

Netlify deploy preview

https://deploy-preview-45080--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against 01b23d9

@aarongarciah aarongarciah changed the title [material-ui][Autocomplete]Improved Autocomplete with multiple values such that the entire user input will be displayed [material-ui][Autocomplete] Improve Autocomplete with multiple values such that the entire user input will be displayed Jan 22, 2025
@zannager zannager added the component: autocomplete This is the name of the generic UI component, not the React module! label Jan 22, 2025
Copy link
Member

@ZeeshanTamboli ZeeshanTamboli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add this feature in the Autocomplete component implementation, not in the demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: autocomplete This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[material-ui][Autocomplete] Improve editing experience of Autocomplete using the "multiple" option
4 participants