Skip to content

Commit 148567b

Browse files
committed
Minor fix
1 parent 38ccebb commit 148567b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

force-app/main/default/lwc/checkboxGroup/checkboxGroup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export default class CheckboxGroup extends LightningElement {
119119
}
120120

121121
this.dispatchEvent(new CustomEvent("change", { detail: event.target }));
122+
this.reportValidity();
122123
}
123124

124125
handleClick = (event) => {

0 commit comments

Comments
 (0)