Skip to content

Commit f924060

Browse files
isiqueirajhosefmarks
authored andcommitted
fix(dynamic-form): name ignorado quando utilizado po-lookup
binding com a variavel passada como parametro. Fixes DTHFUI-2091
1 parent 8a95f2e commit f924060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ui/src/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</po-combo>
105105

106106
<po-lookup *ngIf="compareTo(field.control, 'lookup')"
107-
name="field.property"
107+
[name]="field.property"
108108
[(ngModel)]="value[field.property]"
109109
p-field-label="label"
110110
p-field-value="value"

0 commit comments

Comments
 (0)