MudBlazor.StaticInput
MudBlazor.StaticInput copied to clipboard
Not able to create text area
I was using MudBlazor.StaticInput to a contact form and notice the the Lines property is hidden on the MudStaticTextField.
I copied the file and I created my one component, so I remove the Lines property from the protected list of properties, and aparently it works as expected.
Is there any reason for that property remain protected?