Form Validation on submission v2

Hi All,

Is there any method to check then return whether a form is valid or not?

The below script initializing the validation, but didn’t return any parameter (true/false) to decide form submission.

app.input.validateInputs('#testForm')

In combination with Vue, I use and recommand VeeValidate.js