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 01fbfeb commit ea6fb2bCopy full SHA for ea6fb2b
app/code/Magento/Ui/view/base/web/templates/form/field.html
@@ -8,7 +8,7 @@
8
visible="visible"
9
css="$data.additionalClasses"
10
attr="'data-index': index">
11
- <div class="admin__field-label">
+ <div class="admin__field-label" if="$data.label" visible="$data.labelVisible">
12
<label if="$data.label" visible="$data.labelVisible" attr="for: uid">
13
<span translate="label" attr="'data-config-scope': $data.scopeLabel" />
14
</label>
0 commit comments