Skip to content

Commit

Permalink
fix: ec-input bug
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jul 6, 2018
1 parent 71b6f48 commit 1d9e231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/io/input/input.component.ts
Expand Up @@ -61,7 +61,7 @@ export class InputComponent extends DynamicSlotComponent implements ControlValue
}
const data = {
group: this.group,
control: this.control,
control: this.control || this.group ? this.group.get(this.field.property) : null,
item: this.item,
field: this.field,
input: this
Expand Down

0 comments on commit 1d9e231

Please sign in to comment.