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
When AutoComplete has <TextField variant="filled ... />, dropdown icon is not centered-aligned. (screenshot from AutoComplete demo: https://codesandbox.io/s/material-demo-9zn53)
Expected Behavior 🤔
Dropdown icon is centered-align as in with <TextField variant="contained" ... />.
Thanks for the report. I'm surprised we didn't get it earlier. What do you think of the icon position with the Select component? We should be able to solve this issue with #18460 at the same time.
Thanks for the prompt answer.
The icon position of the Select component filled variant is inline with material design specs. It might be more aesthetic to have it centered-aligned with the selected value, once a value is selected. But that's only my aesthetics :)
The Autocomplete filled variant should probably also follow material design specs.
Current Behavior 😯
When AutoComplete has
<TextField variant="filled ... />
, dropdown icon is not centered-aligned. (screenshot from AutoComplete demo: https://codesandbox.io/s/material-demo-9zn53)Expected Behavior 🤔
Dropdown icon is centered-align as in with
<TextField variant="contained" ... />
.Steps to Reproduce 🕹
Steps:
Your Environment 🌎
The text was updated successfully, but these errors were encountered: