Skip to content

Commit

Permalink
Fix callback issue preventFormSubmission
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcave committed Oct 13, 2023
1 parent c828cc6 commit 891f9da
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ class NoticeChoice extends StableSelectorMixin(LitElement) {
if (this.ncData?.mandatoryCheckbox[this.country?.toLocaleLowerCase()]) {
this.preventFormSubmission = true;
this._onChange('preventFormSubmission', 'formSubmissionNo');
} else {
this._onChange('preventFormSubmission', 'formSubmissionYes');
}
/**
* @description if the user already interacted with the checkboxes,
Expand Down

0 comments on commit 891f9da

Please sign in to comment.