mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Multiline text fix in form (#2226)
This commit is contained in:
committed by
Mario Romano
parent
f4a8ccc461
commit
6b1742c5f0
@@ -8,7 +8,6 @@
|
||||
rows="3"
|
||||
[id]="field.id"
|
||||
[required]="isRequired()"
|
||||
[value]="field.value"
|
||||
[(ngModel)]="field.value"
|
||||
(ngModelChange)="checkVisibility(field)"
|
||||
[disabled]="field.readOnly || readOnly"
|
||||
|
Reference in New Issue
Block a user