Results 10 comments of Victor

You can use asyncValidator(https://beizhedenglong.github.io/vue-hooks-form/guide/validation.html#asynchronous-validation) that returns a promise to check whether the email is already exists in server

It's possible to work with Vue 2.x by using https://github.com/vuejs/composition-api, But it needs some extra work. Do you want to implement it?

@singha-cto Can you provide a demo repo?

It doesn't have this feature yet.

Does wmr support to import a specific version of package without installation? something like: `import '[email protected]'`

I don't plan to make a mobile app for this.

Can you try install the previous version of `interactjs `? I think that would fix this issue. or would you mind taking a look this issue? This issue might be...

@EastSun5566 Your fix has been released https://www.npmjs.com/package/vue-hooks-form?activeTab=versions.

Hi @newbie78, only registered fields will available in submit handler. So the `fieldValues` passed in onSubmit is not identical with the form data. Do you have better ideas to express...

@LeulAria Would you mind helping with it?