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 5e4bb2b commit 1b2a17cCopy full SHA for 1b2a17c
app/code/Magento/Checkout/view/frontend/web/js/region-updater.js
@@ -195,6 +195,8 @@ define([
195
regionInput.hide();
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