We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ccebb commit 148567bCopy full SHA for 148567b
force-app/main/default/lwc/checkboxGroup/checkboxGroup.js
@@ -119,6 +119,7 @@ export default class CheckboxGroup extends LightningElement {
119
}
120
121
this.dispatchEvent(new CustomEvent("change", { detail: event.target }));
122
+ this.reportValidity();
123
124
125
handleClick = (event) => {
0 commit comments