CSR-762 Prevent pushing GA click when tabbing through preloaded page with radio buttons

This commit is contained in:
Katie 2022-10-14 15:24:55 -04:00
parent cbfd62e3a8
commit cf14826a94

View file

@ -143,6 +143,7 @@ export default {
this.pushClickEventToGA(); this.pushClickEventToGA();
} else { } else {
if ( if (
this.valueToEmit &&
!this.isValueSelectedOnClick && !this.isValueSelectedOnClick &&
this.isChecked && this.isChecked &&
this.lastValuePushedToGa != this.value this.lastValuePushedToGa != this.value