mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +00:00
remove max length attribute (#2321)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
md-autosize
|
||||
type="text"
|
||||
rows="3"
|
||||
[maxlength]="field.maxLength"
|
||||
[id]="field.id"
|
||||
[required]="isRequired()"
|
||||
[(ngModel)]="field.value"
|
||||
|
||||
Reference in New Issue
Block a user