bootstrap-validator icon indicating copy to clipboard operation
bootstrap-validator copied to clipboard

Custom validator with Ajax call

Open jaltenbernd opened this issue 9 years ago • 2 comments

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?

jaltenbernd avatar Feb 24 '16 23:02 jaltenbernd

Gonna add support for returning a $.Deferred/Promise from a validator soon.

1000hz avatar Feb 25 '16 00:02 1000hz

:+1: Same problem

gubi avatar Mar 08 '16 02:03 gubi