[material-ui][Autocomplete] Improve editing experience of Autocomplete using the "multiple" option #43197
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
enhancement
This is not a bug, nor a new feature
package: material-ui
Specific to @mui/material
Summary
When an Autocomplete with multiple possible values already has a few options selected, it could end up with very limited space while typing to add a new option. It would be cool if the text input part could be rendered on a new line when overflow starts and/or when there's very limited space to type a query/value.
Examples
In the example you can see only 4 characters of input are visible.
Motivation
This is useful when writing complex values that prefer context of already written text.
P.S. My company has 10 pro licenses.
Search keywords: Autocomplete, multiple
The text was updated successfully, but these errors were encountered: