[material-ui][Autocomplete] Caret transformation issue with font size change #40874
Labels
bug 🐛
Something doesn't work
component: autocomplete
This is the name of the generic UI component, not the React module!
customization: css
Design CSS customizability
package: material-ui
Specific to @mui/material
ready to take
Help wanted. Guidance available. There is a high chance the change will be accepted
Steps to reproduce
Link to live example: Disclosure not possible due to data protection guidelines
Steps:
Current behavior
When the font size in the browser is changed, the Autocomplete's caret icon does not transform correctly. It appears to be using pixels for sizes, leading to issues with responsiveness see attached image.
Expected behavior
The Autocomplete's caret icon should transform appropriately staying in the same position when the font size in the browser is changed. It should be responsive and adapt to different font sizes.
Context
I am trying to create a responsive user interface, and the issue with Autocomplete's caret icon transformation is affecting the overall layout and user experience. This component is used in many places for maintain the personal and business related profile.
Your environment
npx @mui/envinfo
Search keywords: autocomplete, caret, fontsize, transform, pixel, chrome
The text was updated successfully, but these errors were encountered: