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 e2b1399 commit 45b7e25Copy full SHA for 45b7e25
app/code/Magento/Checkout/view/frontend/web/js/region-updater.js
@@ -196,7 +196,7 @@ define([
196
label.attr('for', regionList.attr('id'));
197
} else {
198
this._removeSelectOptions(regionList);
199
-
+
200
if (this.options.isRegionRequired) {
201
regionInput.addClass('required-entry').removeAttr('disabled');
202
requiredLabel.addClass('required');
0 commit comments