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 2f2f74f commit 171c80aCopy full SHA for 171c80a
app/code/Magento/Checkout/view/frontend/web/js/region-updater.js
@@ -208,7 +208,6 @@ define([
208
209
regionList.show();
210
regionInput.hide();
211
- this.options.form.find('[type="submit"]').removeAttr('disabled').show();
212
label.attr('for', regionList.attr('id'));
213
} else {
214
this._removeSelectOptions(regionList);
@@ -239,6 +238,7 @@ define([
239
238
240
// Add defaultvalue attribute to state/province select element
241
regionList.attr('defaultvalue', this.options.defaultRegion);
+ this.options.form.find('[type="submit"]').removeAttr('disabled').show();
242
},
243
244
/**
0 commit comments