Skip to content

Commit 829ba5b

Browse files
committed
MAGETWO-51095: Non-required State-Province Field Displays First on Billing Address Form
1 parent 316a436 commit 829ba5b

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ define([
117117
this._super();
118118

119119
if (this.customEntry) {
120-
this.initInput();
120+
registry.get(this.name, this.initInput.bind(this));
121121
}
122122

123123
if (this.filterBy) {

0 commit comments

Comments
 (0)