Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
I am using the InputText
element in Blazor and would like it to limit the number of characters allowed to be keyed in based off of the MaxLength
data annotation
Describe the solution you'd like
Generate a maxlength attribute on the resulting HTML input element that contains the value of the MaxLength data annotation
Additional context
No response