You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dues to how adornments was implemented in Autocomplete, fixing this properly is kinda tricky. Postponing this for now as this should be solved by #2336
Edit: The problem was using to padding equal two two icons + 2 spacing for placement of interactive buttons for clear and open. This lead to the text being cut of visually. Changing the padding for readonly worked but led to input being bigger than its container and not properly adjusting to parents flexbox. This could be remedied by changing the box-sizing, but that lead to other styling problems...
We have decided not to fix this as we couldn't find a good way to solve this as "adornments" such as the dropdown caret or clear button needs to be absolute position to not disturb the input content.
For now we can live with this deficit as its only for readonly state, and text is still decipherable.
Describe the bug
Autocomplete with readOnly cut off text.
There is still available space where the text should be visible.
The text was updated successfully, but these errors were encountered: