Skip to content

Commit ef6f3d2

Browse files
author
Stanislav Idolov
authored
ENGCOM-2705: [Forwardport] fix: remove disabled attribute on region list #17438
2 parents 2c8638b + 61d4e9b commit ef6f3d2

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
@@ -188,6 +188,8 @@ define([
188188

189189
if (!this.options.optionalRegionAllowed) { //eslint-disable-line max-depth
190190
regionList.attr('disabled', 'disabled');
191+
} else {
192+
regionList.removeAttr('disabled');
191193
}
192194
}
193195

0 commit comments

Comments
 (0)