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.
2 parents 8c81024 + 4f36498 commit c4fc37fCopy full SHA for c4fc37f
app/code/Magento/Customer/view/frontend/web/js/block-submit-on-send.js
@@ -13,6 +13,7 @@ define([
13
var dataForm = $('#' + config.formId);
14
15
dataForm.on('submit', function () {
16
+ $('#' + this.id + ' div.mage-error').remove();
17
$(this).find(':submit').attr('disabled', 'disabled');
18
19
if (this.isValid === false) {
0 commit comments