SamProf / MatBlazor

Material Design components for Blazor and Razor Components
http://www.matblazor.com
MIT License
2.84k stars 386 forks source link

MatTextField FullWidth and Outlined #822

Open Pecana opened 3 years ago

Pecana commented 3 years ago

When using fullwidth the outline parameter is ignored :-( Cna be fixed or is there any workaround ?

Christian-Oleson commented 3 years ago

When using fullwidth the outline parameter is ignored :-( Cna be fixed or is there any workaround ?

@Pecana , Do you have a blazorfiddle example?

teriansilva commented 3 years ago

Here is a blazor fiddle example: https://blazorfiddle.com/s/x1trtq5a

jetonpeche commented 1 year ago

Doesn't work "Outline" if there is "FullWith" (i am in blazor MAUI)

<MatTextField @bind-Value="..." Label="Name" Outlined="true" FullWidth="true" />