Skip to content

Commit d718ef7

Browse files
authored
IBX-8114: Cannot clear input data on create new field type matrix form (#57)
1 parent b15e4ef commit d718ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bundle/Resources/public/js/scripts/admin.contenttype.matrix.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
initColumns(settingsNode);
3939

4040
node.closest('.ibexa-table').dispatchEvent(new CustomEvent('ibexa-refresh-main-table-checkbox'));
41+
doc.body.dispatchEvent(new CustomEvent('ibexa-inputs:added'));
4142
};
4243
const removeItems = (event) => {
4344
const settingsNode = event.target.closest(SELECTOR_SETTINGS_COLUMNS);

0 commit comments

Comments
 (0)