Skip to content

Commit 52a44c7

Browse files
committed
fix: run dispatch events at start
1 parent 9850302 commit 52a44c7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

source/js/fields/fields.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ class Fields implements FieldsInterface {
1616
});
1717
});
1818
}
19+
20+
for (const fieldName in this.fields) {
21+
this.fields[fieldName].getConditionsHandler().dispatchUpdateEvent();
22+
}
1923
}
2024
}
2125

0 commit comments

Comments
 (0)