From 523b28bccb4061c95ab36bba408676a7b3cc7882 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 3 Oct 2024 20:39:12 +0530 Subject: [PATCH] fix: blur and input events for woot input --- .../modules/contact/components/AddCustomAttribute.vue | 1 + .../dashboard/helpcenter/pages/categories/AddCategory.vue | 1 + .../dashboard/helpcenter/pages/categories/EditCategory.vue | 1 + .../settings/integrations/DashboardApps/DashboardAppModal.vue | 2 ++ .../dashboard/routes/dashboard/settings/labels/AddLabel.vue | 2 ++ .../dashboard/routes/dashboard/settings/labels/EditLabel.vue | 2 ++ .../routes/dashboard/settings/profile/ChangePassword.vue | 3 +++ .../routes/dashboard/settings/profile/UserBasicDetails.vue | 3 +++ .../dashboard/routes/dashboard/settings/sla/SlaForm.vue | 1 + 9 files changed, 16 insertions(+) diff --git a/app/javascript/dashboard/modules/contact/components/AddCustomAttribute.vue b/app/javascript/dashboard/modules/contact/components/AddCustomAttribute.vue index 892b9d5c0..ec32c5381 100644 --- a/app/javascript/dashboard/modules/contact/components/AddCustomAttribute.vue +++ b/app/javascript/dashboard/modules/contact/components/AddCustomAttribute.vue @@ -84,6 +84,7 @@ export default { :error="attributeNameError" :label="$t('CUSTOM_ATTRIBUTES.FORM.NAME.LABEL')" :placeholder="$t('CUSTOM_ATTRIBUTES.FORM.NAME.PLACEHOLDER')" + @blur="v$.attributeName.$touch" @input="v$.attributeName.$touch" />