fix: blur and input events for woot input

This commit is contained in:
Shivam Mishra
2024-10-03 20:39:12 +05:30
parent f6353353ae
commit 523b28bccb
9 changed files with 16 additions and 0 deletions
@@ -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"
/>
<woot-input