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.
2 parents b169e40 + 0b05bd3 commit 73343bdCopy full SHA for 73343bd
app/code/Magento/Customer/view/base/ui_component/customer_form.xml
@@ -303,6 +303,9 @@
303
<item name="validation" xsi:type="array">
304
<item name="required-entry" xsi:type="boolean">true</item>
305
</item>
306
+ <item name="imports" xsi:type="array">
307
+ <item name="default" xsi:type="string">${ $.provider }:data.customer.firstname</item>
308
+ </item>
309
310
</argument>
311
</field>
@@ -325,6 +328,9 @@
325
328
326
329
327
330
331
332
+ <item name="default" xsi:type="string">${ $.provider }:data.customer.lastname</item>
333
334
335
336
0 commit comments