remove max length attribute (#2321)

This commit is contained in:
Eugenio Romano 2017-09-11 18:21:24 +02:00 committed by GitHub
parent 6abebe4ff7
commit cebadc8bd5

View File

@ -6,7 +6,6 @@
md-autosize
type="text"
rows="3"
[maxlength]="field.maxLength"
[id]="field.id"
[required]="isRequired()"
[(ngModel)]="field.value"