[Bug] <Field> slot prop handleBlur() documentation does not match code behavior #4285
Closed
3 of 5 tasks
Labels
🐛 bug
Unintended behavior
What happened?
Regarding the
<Field>
slot props:field.onBlur
does respectvalidateOnBlur
handleBlur
does not respectvalidateOnBlur
(won't validate at all) even though the documentation indicates that it shouldReproduction steps
<Field>
handleBlur
:<Field v-slot="{ handleBlur }" ... />
handleBlur
to your nested custom input component<CustomInputComponent @blur="handleBlur" .../>
validateOnBlur
is true or falseVersion
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
Relevant log output
No response
Demo link
The bug is obvious enough in the code/documentation
Code of Conduct
The text was updated successfully, but these errors were encountered: