Skip to content

Commit 6df3ff9

Browse files
ENGCOM-5512: Resolve No auto-focus after validation at 'Create Configurations' button => User can not see the error message issue23904 #23905
- Merge Pull Request #23905 from edenduong/magento2:2.3-bugfix/fix_auto_focus_invalid_issue23904 - Merged commits: 1. 039ea77
2 parents 50209dd + 039ea77 commit 6df3ff9

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)