We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19a4c3 commit 28aa4d3Copy full SHA for 28aa4d3
app/code/Magento/Customer/view/frontend/web/js/block-submit-on-send.js
@@ -20,7 +20,7 @@ define([
20
}
21
this.isValid = true;
22
});
23
- dataForm.bind('invalid-form.validate', function () {
+ dataForm.on('invalid-form.validate', function () {
24
$(this).find(':submit').prop('disabled', false);
25
this.isValid = false;
26
0 commit comments