bootstrap-validator
bootstrap-validator copied to clipboard
Custom validator with Ajax call
I placed an $.ajax call inside one of my custom validators to check on a textfield with keyup event. Unfortunately, the custom event won't wait for a response back. Any work arounds?
Gonna add support for returning a $.Deferred
/Promise
from a validator soon.
:+1: Same problem