mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3282] Add maximum length validator to Start Process Form (#4064)
This commit is contained in:
committed by
Eugenio Romano
parent
8d22d597c9
commit
4ad3e162a7
@@ -12,6 +12,9 @@
|
||||
[formControl]="processNameInput"
|
||||
id="processName"
|
||||
required/>
|
||||
<mat-error *ngIf="nameController.hasError('maxlength')">
|
||||
{{ 'ADF_PROCESS_LIST.START_PROCESS.ERROR.MAXIMUM_LENGTH' | translate : { characters : maxProcessNameLength } }}
|
||||
</mat-error>
|
||||
</mat-form-field>
|
||||
<mat-form-field class="adf-process-input-container">
|
||||
<input
|
||||
|
Reference in New Issue
Block a user