Skip to content

Commit 78e17be

Browse files
author
Oleksii Korshenko
authored
MAGETWO-87126: In checkout->multishipping-> new addres clean region when select country without dropdown for states #13339
2 parents b99f6f7 + 1df4acd commit 78e17be

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)