Skip to content
Snippets Groups Projects

fix: 284 collection code input field allow letters

Files
2
@@ -23,7 +23,8 @@
>
<mat-label>{{labelTranslateEnum.code | translate}}</mat-label>
<input matInput
type="number"
min="1"
step="1"
[solidifyValidation]="errors"
[formControl]="fd"
[required]="formValidationHelper.hasRequiredField(fd)"
Loading