Skip to content

Commit

Permalink
added a max length
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilvunnam committed Nov 14, 2024
1 parent a1f970e commit 48096de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</mat-expansion-panel-header>
<form class="form-spacing" [formGroup]="addTagForm">
<mat-form-field>
<input matInput i18n-placeholder placeholder="Collection" formControlName="name" required>
<input matInput i18n-placeholder placeholder="Collection" formControlName="name" required maxlength="30">
<mat-error><planet-form-error-messages [control]="addTagForm.controls.name"></planet-form-error-messages></mat-error>
</mat-form-field>
<mat-form-field>
Expand Down

0 comments on commit 48096de

Please sign in to comment.