noahsalvi / svelte-use-form

The most compact reactive form controller (including Validation) that you'll ever see.
MIT License
252 stars 14 forks source link

Async validators #15

Closed jonathanblancor closed 3 years ago

jonathanblancor commented 3 years ago

Hello,

Thank you for this awesome project.

I would like to ask if async validators are possible? And if so, how would it be done?

noahsalvi commented 3 years ago

Hey Jonathan sorry for the late response.

Yes async validation is possible, I made you a quick example, on how I would implement it. This works as intended on 2.4.1. https://svelte.dev/repl/d8efbe78251d431184f7429082c74066?version=3

jonathanblancor commented 3 years ago

Thanks!