Skip to content

Commit

Permalink
fix(TextArea): fix TextArea maxlength hardcoded in textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Apr 8, 2024
1 parent 0c2a840 commit ea955bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mdc/TextInput/TextArea.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ label {
aria-controls="{labelID}-helper-id"
aria-describedby="{labelID}-helper-id"
{rows}
maxlength="524288"
{maxlength}
{name}
{required}
{placeholder}
Expand Down

0 comments on commit ea955bc

Please sign in to comment.