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.
2 parents b99f6f7 + 1df4acd commit 78e17beCopy full SHA for 78e17be
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