Skip to content

Commit 689f414

Browse files
author
Oleksii Korshenko
authored
🔃 [EngCom] Public Pull Requests - 2.1-develop
Accepted Public Pull Requests: - #13367: [Backport 2.1] In checkout->multishipping-> new addres clean region when select country without dropdown for states (by @enriquei4) Fixed GitHub Issues: - #8621: M2.1 Multishipping Checkout step New Address - Old State is saved when country is changed (reported by @ajaysinghrana23) has been fixed in #13367 by @enriquei4 in 2.1-develop branch Related commits: 1. d0aba21
2 parents 6d19e35 + 7bef8ff commit 689f414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/region-updater.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ define([
193193
regionInput.hide();
194194
label.attr('for', regionList.attr('id'));
195195
} else {
196+
this._removeSelectOptions(regionList);
197+
196198
if (this.options.isRegionRequired) {
197199
regionInput.addClass('required-entry').removeAttr('disabled');
198200
requiredLabel.addClass('required');

0 commit comments

Comments
 (0)