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