Last updated 2 years ago
Optional
Type: left | right
left
right
Default: Depends on the UI component. See the below.
Specify where the icon is positioned relative to the label of the component.
icon
icon-position
capture-file
button
button-group
capture-photo
capture-signature
date-input
list
object-dropdown
scan-barcode
single-choice-dropdown
<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>