Taha Rhidouani

Results 2 issues of Taha Rhidouani

Fix #41780 ## Changes ### Makes the wrap behavior of the autocomplete the same as a textfield. Before: ![image](https://github.com/mui/material-ui/assets/37096708/cb64a7df-8788-49ec-87d3-41a23575a1a0) After: ![image](https://github.com/mui/material-ui/assets/37096708/65bc5ea9-ee19-418b-88e8-c3bcc522aa83) Note: The `flex: wrap` is still used when the...

package: material-ui
component: autocomplete
design

### Steps to reproduce Link to live example: [(stackblitz)](https://stackblitz.com/edit/react-37rtcc?file=Demo.tsx) The startAdornment behavior used in an Autocomplete doesn't match that of a regular TextField. The Autocomplete wraps onto a new line...

bug 🐛
package: material-ui
component: autocomplete