File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Checkout/view/frontend/web/js
Customer/view/frontend/templates/address Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ define([
208
208
209
209
regionList . show ( ) ;
210
210
regionInput . hide ( ) ;
211
+ this . options . form . find ( '[type="submit"]' ) . removeAttr ( 'disabled' ) . show ( ) ;
211
212
label . attr ( 'for' , regionList . attr ( 'id' ) ) ;
212
213
} else {
213
214
this . _removeSelectOptions ( regionList ) ;
Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ $viewModel = $block->getViewModel();
202
202
<button type="submit"
203
203
class="action save primary"
204
204
data-action="save-address"
205
+ disabled="disabled"
205
206
title="<?= $ escaper ->escapeHtmlAttr (__ ('Save Address ' )) ?> ">
206
207
<span><?= $ escaper ->escapeHtml (__ ('Save Address ' )) ?> </span>
207
208
</button>
You can’t perform that action at this time.
0 commit comments