isprojects / mstform

Mobx State Tree Form-library
MIT License
81 stars 3 forks source link

Async field validation #180

Open kuosman opened 3 weeks ago

kuosman commented 3 weeks ago

Hi. I use mstform and now I need to validate field on back-end (because validation data cannot be on frontend). If I understand correct, mstform not support yet async field validators? Or can I use it some way ?