Open chrisdpratt opened 5 years ago
Makes sense, sure.
I'll look into it next week (or two).
Hello,
I apologize for the very late delay. I have not found time to add your feature request due to an upcoming once-in-a-lifetime personal event.
I will be gone for another 4 weeks. I'll try to find time to add the feature after that.
No worries. I have a workaround. It just requires persisting the validator in a global, which is kind of icky. I appreciate the effort.
Perhaps I missed it, but there doesn't seem to be a way to manually check form/field validity such as exists in jQuery Validation (
form.validate()
,form.valid()
, etc.). The following method exists in the source:However, it's private and seems to only support automatic validation on submit. In certain scenarios is necessary to handle the submit event manually and check the form validity before proceeding.