Call validation event on Vue Formulate manually?

404 Views Asked by At

I have a Vue Formulate form that is getting repopulated from data that I fetch from an API. After my data is set inside my form, vue formulate does not detect that my data is already inserted. As soon as I type a single character in one of the formfields my validation is correct, and vue formulate parsed all values.

Is it possible to trigger form validation after data from an api is inserted?

1

There are 1 best solutions below

0
Bastey On

Ok, I updated the formulate package and now its working without triggering any events.