Skip to content

Commit 9fc4465

Browse files
author
Oleksii Korshenko
authored
MAGETWO-87196: [Backport 2.2] In checkout->multishipping-> new addres clean region when select country without dropdown for states #13364
2 parents 03b9e16 + 8dc36f6 commit 9fc4465

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
@@ -195,6 +195,8 @@ define([
195195
regionInput.hide();
196196
label.attr('for', regionList.attr('id'));
197197
} else {
198+
this._removeSelectOptions(regionList);
199+
198200
if (this.options.isRegionRequired) {
199201
regionInput.addClass('required-entry').removeAttr('disabled');
200202
requiredLabel.addClass('required');

0 commit comments

Comments
 (0)