From 520abf1a3879161869d55701e018d167b67778cb Mon Sep 17 00:00:00 2001 From: Surya Shukla Date: Thu, 14 Dec 2023 09:01:24 +0530 Subject: [PATCH 1/2] fixed checkbox issue --- .../frontend/shared/views/form/CountryField.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/contentcuration/contentcuration/frontend/shared/views/form/CountryField.vue b/contentcuration/contentcuration/frontend/shared/views/form/CountryField.vue index 69990ed980..78791ab0b3 100644 --- a/contentcuration/contentcuration/frontend/shared/views/form/CountryField.vue +++ b/contentcuration/contentcuration/frontend/shared/views/form/CountryField.vue @@ -19,14 +19,12 @@ :menuProps="menuProps" clearable v-bind="$attrs" - @change="searchInput = ''" /> -