I am using V-Validate for some input fields on my form, and I would like to extend the validator to work for a custom component as well.
<percent-table
v-validate="precent_table"
>
</percent-table>
Is there a way to write an extension at the component level, not for an input field ?
Thanks,
Yaron
VeeValidate supports custom components, you just need to implement the
v-model and emit input event.
Please read through the documentation as I can only respond via email at
the moment.
>
Here is the example in the docs:
https://baianat.github.io/vee-validate/examples/custom-component.html