Can ImgButton be used in forms? Or is there a way to make ButtonItem look like an ImgButton (without the normal button attributes and just the icon)?
Announcement
Collapse
No announcement yet.
X
-
If you want something like a clickable icon that appears after a field, use a FormItemIcon. You can use a FormItemIcon with a StaticTextItem that has no value in it if you want just the icon.
If for some reason you need features offered by ImgButton but not FormItemIcon, use a CanvasItem to wrap the ImgButton for inclusion in the form.
Comment