mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
93.96k stars 32.27k forks source link

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

Closed TahaRhidouani closed 6 months ago

TahaRhidouani commented 7 months 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 7 months ago

Working on a fix

unaisshemim commented 7 months ago

can you assign this to me

ZeeshanTamboli commented 6 months ago

Thanks for reporting. Looks like a bug.

TahaRhidouani commented 6 months ago

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