You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our app has some validation logic that requires calling a remote API.
Are there any plans to support asynchronous/promise-driven validators?
Also, here's an abbreviated version of my hacky method using onUpdate, setError, and some manual promise management. Hopefully I can arrive at a cleaner solution!
Our app has some validation logic that requires calling a remote API.
Are there any plans to support asynchronous/promise-driven validators?
Also, here's an abbreviated version of my hacky method using
onUpdate
,setError
, and some manual promise management. Hopefully I can arrive at a cleaner solution!The text was updated successfully, but these errors were encountered: