mui / material-ui

Material UI: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
https://mui.com/material-ui/
MIT License
91.73k stars 31.51k forks source link

[material-ui][Autocomplete] Fix adding start adornment on small autocompletes causes text to wrap #42002

Closed fahdmk closed 1 week ago

fahdmk commented 1 week ago

in this issue https://github.com/mui/material-ui/issues/41780 The startAdornment behavior used in an Autocomplete doesn't match that of a regular TextField. The Autocomplete wraps onto a new line when it gets too small. i think it is a simple fix just to change flexwrap from wrap to nowrap but i can't run the library locally on my computer to test it

mui-bot commented 1 week ago

Netlify deploy preview

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

Bundle size report

Details of bundle changes (Toolpad) Details of bundle changes

Generated by :no_entry_sign: dangerJS against e1fee7cd410530bfba95e6eb3c03be6ac2626fd2

ZeeshanTamboli commented 1 week ago

PR was already opened for this in #41781.