Skip to content

Commit

Permalink
IBX-8114: Cannot clear input data on create new field type matrix form
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Feb 3, 2025
1 parent b15e4ef commit 4e0dddd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
initColumns(settingsNode);

node.closest('.ibexa-table').dispatchEvent(new CustomEvent('ibexa-refresh-main-table-checkbox'));
doc.body.dispatchEvent(new CustomEvent('ibexa-inputs:added'));
};
const removeItems = (event) => {
const settingsNode = event.target.closest(SELECTOR_SETTINGS_COLUMNS);
Expand Down

0 comments on commit 4e0dddd

Please sign in to comment.