icon-position
Optional
Type:
left
| right
Specify where the
icon
is positioned relative to the label of the component.main.view.xml
<columns>
<column>
<info>icon-position="left"</info>
<capture-file icon-position="left" bind="my_file" label="" downloadable="true" />
</column>
<column>
<info>icon-position="left"</info>
<capture-file icon-position="right" bind="my_file" label="" downloadable="true" />
</column>
</columns>

UI Component | Default value |
---|---|
button | left |
button-group | left |
capture-file | left |
capture-photo | left |
capture-signature | left |
date-input | right |
list | left |
object-dropdown | right |
scan-barcode | left |
single-choice-dropdown | right |
Last modified 5mo ago