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 3bb7ca3 commit b1dbff5Copy full SHA for b1dbff5
app/code/Magento/Ui/Component/Form/Element/DataType/PostCodeFix.php
app/code/Magento/Ui/view/base/layout/ui_components.xml
@@ -234,10 +234,10 @@
234
</arguments>
235
</block>
236
237
- <block class="Magento\Ui\Component\Form\Element\DataType\PostCodeFix" name="post_code_fix">
+ <block class="Magento\Ui\Component\Form\Element\Input" name="post_code">
238
<arguments>
239
<argument name="js_config" xsi:type="array">
240
- <item name="component" xsi:type="string">Magento_Ui/js/form/element/post-code-fix</item>
+ <item name="component" xsi:type="string">Magento_Ui/js/form/element/post-code</item>
241
<item name="dependentFiled" xsi:type="string">country_id</item>
242
</argument>
243
app/code/Magento/Ui/view/base/web/js/form/element/post-code-fix.js renamed to app/code/Magento/Ui/view/base/web/js/form/element/post-code.js
0 commit comments