fix: Update input event bindings to use blur events (#10216)

This commit is contained in:
Shivam Mishra
2024-10-04 20:34:56 +05:30
committed by GitHub
parent 9338bc1391
commit 5b22af6af8
11 changed files with 18 additions and 2 deletions

View File

@@ -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