Skip to content

Commit 27d2bab

Browse files
authored
ENGCOM-5512: Resolve No auto-focus after validation at "Create Configurations" button => User can not see the error message issue23904 #23905
2 parents daa6100 + 6df3ff9 commit 27d2bab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/components/modal-configurable.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ define([
3434
}
3535

3636
this._super();
37+
} else {
38+
this.form().focusInvalid();
3739
}
3840
}
3941
});

0 commit comments

Comments
 (0)