CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
348 stars 60 forks source link

MudSelectExtended incorrect size compared to MudSelect #353

Open Hiden46 opened 3 months ago

Hiden46 commented 3 months ago

Hi, I noticed that the dimensions of the MudSelectExtended component do not reflect those of the MudBlazor MudSelect component.

I used attributes

Margin="Margin.Dense" Dense="true"

in both components but they are not the same. The left component is MudSelectExtended, the right one is MudSelect.

bug-MudSelectExtended