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

MudPasswordField - Broken when more than 1 line

rf-0 opened this issue · comments

commented

When defining more than 1 line the password mode does not work anymore. Multiple lines is useful to display long pws.

If lines set more than 1, MudInput uses textarea instead of input. And i think textarea doesn't have password type by native.