CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.

Home Page:https://mudextensions.codebeam.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MudSelectExtended incorrect size compared to MudSelect

Hiden46 opened this issue · comments

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