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
Yeah right now the that method needs to immediately return true or false, Im not sure how an async validator would work.
I had worked on a solution for it at one point but it never was completed. But basically the idea was to be able to have validators that you can define as async and will be called in order on "submit" so you don't make tons of ajax calls as you type. Still open to suggestions about how to accomplish this.
I am trying to verify by getting validation from back end, I have added a rule
But validation rules do not seem to get the result from the promise, am I doing something wrong here ?
The text was updated successfully, but these errors were encountered: