From cf14826a94b54b1b6034396bc54224203abdce79 Mon Sep 17 00:00:00 2001 From: Katie Date: Fri, 14 Oct 2022 15:24:55 -0400 Subject: [PATCH] CSR-762 Prevent pushing GA click when tabbing through preloaded page with radio buttons --- src/common-components/base-input-button/base-input-button.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common-components/base-input-button/base-input-button.vue b/src/common-components/base-input-button/base-input-button.vue index e58e826cc..767d96649 100644 --- a/src/common-components/base-input-button/base-input-button.vue +++ b/src/common-components/base-input-button/base-input-button.vue @@ -143,6 +143,7 @@ export default { this.pushClickEventToGA(); } else { if ( + this.valueToEmit && !this.isValueSelectedOnClick && this.isChecked && this.lastValuePushedToGa != this.value