Skip to content

Commit

Permalink
IBX-2177: Page builder - Error state on icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Mar 8, 2022
1 parent 89e6871 commit 15061a1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
input.classList[methodName](this.classInvalid);

nodes.forEach((el) => el.classList[methodName](this.classInvalid));

doc.body.dispatchEvent(
new CustomEvent('ibexa-inputs-validation:change-state', {
detail: { nodes },
}),
);
}

/**
Expand Down

0 comments on commit 15061a1

Please sign in to comment.