Open maddog21z opened 3 months ago
Related #8878
@danielchalmers so will the padding be made consistent between the MudSelect and MudAutocomplete Adornments in an upcoming release?
No ETA. As a workaround you can assign a handler to OnAdornmentClick to turn it into a larger button.
Just to clarify for anyone reading this thread. The OnAdornmentClick event does not need to be assigned.
Setting the IconSize="Size.Small" on the MudAutocomplete is enough to make it appear more consistent with the MudSelect. It's not a perfect solution but it is more aesthetically pleasing.
Things to check
Bug type
Component
Component name
MudAutoComplete
What happened?
This is a minor stylistic issue. When you have both MudAutocomplete and MudSelect controls in a form and both controls are clearable the clear icons of the controls are not matching. The reason is that the Autocomplete OpenIcon has padding while the MudSelect does not. I am also using Margin:Dense and Dense:true
Expected behavior
they should be consistent.
Reproduction link
https://try.mudblazor.com/snippet/mEmykWklqZgXlRRS
Reproduction steps
Relevant log output
No response
Version (bug)
7.5.0
Version (working)
No response
What browsers are you seeing the problem on?
Edge
On which operating systems are you experiencing the issue?
Windows
Pull Request
Code of Conduct