File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
code/Magento/Customer/view/frontend/templates
blank/Magento_Customer/web/css/source
luma/Magento_Customer/web/css/source Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 104
104
<div class="control">
105
105
<select id="region_id" name="region_id"
106
106
title="<?= /* @noEscape */ $ block ->getAttributeData ()->getFrontendLabel ('region ' ) ?> "
107
- class="validate-select" <?= /* @noEscape */ !$ block ->getConfig ('general/region/display_all ' ) ? ' disabled="disabled" ' : '' ?> >
107
+ class="validate-select region_id " <?= /* @noEscape */ !$ block ->getConfig ('general/region/display_all ' ) ? ' disabled="disabled" ' : '' ?> >
108
108
<option value=""><?= $ block ->escapeHtml (__ ('Please select a region, state or province. ' )) ?> </option>
109
109
</select>
110
110
<input type="text"
Original file line number Diff line number Diff line change 94
94
<div class="field region required">
95
95
<label for="region_id" class="label"><span><?= /* @noEscape */ $ block ->getAttributeData ()->getFrontendLabel ('region ' ) ?> </span></label>
96
96
<div class="control">
97
- <select id="region_id" name="region_id" title="<?= /* @noEscape */ $ block ->getAttributeData ()->getFrontendLabel ('region ' ) ?> " class="validate-select" style="display:none;">
97
+ <select id="region_id" name="region_id" title="<?= /* @noEscape */ $ block ->getAttributeData ()->getFrontendLabel ('region ' ) ?> " class="validate-select region_id " style="display:none;">
98
98
<option value=""><?= $ block ->escapeHtml (__ ('Please select a region, state or province. ' )) ?> </option>
99
99
</select>
100
100
<input type="text" id="region" name="region" value="<?= $ block ->escapeHtml ($ block ->getRegion ()) ?> " title="<?= /* @noEscape */ $ block ->getAttributeData ()->getFrontendLabel ('region ' ) ?> " class="input-text <?= $ block ->escapeHtmlAttr ($ this ->helper ('Magento\Customer\Helper\Address ' )->getAttributeValidationClass ('region ' )) ?> " style="display:none;">
Original file line number Diff line number Diff line change 65
65
}
66
66
67
67
.form-address-edit {
68
- # region_id {
68
+ . region_id {
69
69
display : none ;
70
70
}
71
71
Original file line number Diff line number Diff line change 70
70
}
71
71
72
72
.form-address-edit {
73
- # region_id {
73
+ . region_id {
74
74
display : none ;
75
75
}
76
76
You can’t perform that action at this time.
0 commit comments