Do you have an approach I could use to implement an asynchronous Validator.condition (or some other way to get a Validator)? I want to use an ajax call to validate the value on a server that doesn't have the ISC jars (which seem to be necessary to use serverCondition/serverObject). The ajax call is expected to return quickly, but I'd rather not wrap it in a loop checking for some semaphore.
I have compatibility issues with async/await javascript functionality.
I have compatibility issues with async/await javascript functionality.
Comment