BuiltWith Pty Ltd
Results
1
comments of
BuiltWith Pty Ltd
Any solution for this yet? The best thing I've figured out it to just disable the 'disabled' class on buttons in validator.js - ``` javascript //$btn.toggleClass('disabled', this.isIncomplete() || this.hasErrors()) ```