We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38921e7 commit e0ce5aaCopy full SHA for e0ce5aa
app/code/Magento/Customer/etc/adminhtml/system.xml
@@ -199,7 +199,7 @@
199
<label>Number of Lines in a Street Address</label>
200
<backend_model>Magento\Customer\Model\Config\Backend\Address\Street</backend_model>
201
<comment>Valid range: 1-4</comment>
202
- <validate>validate-digits validate-digits-range digits-range-1-4</validate>
+ <validate>required-entry validate-digits validate-digits-range digits-range-1-4</validate>
203
</field>
204
<field id="prefix_show" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="0">
205
<label>Show Prefix</label>
0 commit comments