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.86k stars 31.57k forks source link

[material-ui][Autocomplete] Adding start adornment on small autocompletes causes text to wrap #41780

Closed TahaRhidouani closed 1 week ago

TahaRhidouani commented 1 month ago

Steps to reproduce

Link to live example: (stackblitz)

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.

Current behavior

image

Expected behavior

image

Context

No response

Your environment

No response

Search keywords: startAdornment autcomplete text wrap

TahaRhidouani commented 1 month ago

Working on a fix

unaisshemim commented 1 month ago

can you assign this to me

ZeeshanTamboli commented 3 weeks ago

Thanks for reporting. Looks like a bug.

TahaRhidouani commented 3 weeks ago

Yeah, I've already made a PR that fixes this issue, but I'm waiting on a review @mj12albert