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" />
diff --git a/app/javascript/dashboard/routes/dashboard/helpcenter/pages/categories/AddCategory.vue b/app/javascript/dashboard/routes/dashboard/helpcenter/pages/categories/AddCategory.vue index 72342b98d..91d3be0b0 100644 --- a/app/javascript/dashboard/routes/dashboard/helpcenter/pages/categories/AddCategory.vue +++ b/app/javascript/dashboard/routes/dashboard/helpcenter/pages/categories/AddCategory.vue @@ -160,6 +160,7 @@ export default { :placeholder="$t('HELP_CENTER.CATEGORY.ADD.SLUG.PLACEHOLDER')" :help-text="$t('HELP_CENTER.CATEGORY.ADD.SLUG.HELP_TEXT')" @input="v$.slug.$touch" + @blur="v$.slug.$touch" />