Skip to content

Commit

Permalink
Use <input> instead of <field formElement="input">
Browse files Browse the repository at this point in the history
  • Loading branch information
owebia authored Jul 2, 2021
1 parent 52f9463 commit 9e126f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions view/adminhtml/ui_component/gdpr_action_form.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<item name="showFallbackReset" xsi:type="boolean">false</item>
</item>
</argument>
<field name="name" formElement="input" sortOrder="10">
<input name="name" sortOrder="10">
<settings>
<dataType>text</dataType>
<label translate="true">Name</label>
Expand All @@ -94,8 +94,8 @@
<rule name="required-entry" xsi:type="boolean">true</rule>
</validation>
</settings>
</field>
<field name="value" formElement="input" sortOrder="20">
</input>
<input name="value" sortOrder="20">
<settings>
<dataType>text</dataType>
<label translate="true">Value</label>
Expand All @@ -105,7 +105,7 @@
<rule name="required-entry" xsi:type="boolean">true</rule>
</validation>
</settings>
</field>
</input>
<actionDelete/>
</container>
</dynamicRows>
Expand Down

0 comments on commit 9e126f4

Please sign in to comment.