How to set a bottom label for an uploader?

Hi,

I use uploader view inside a form view. I want to set a bottomLabel to it but it seems to not be managed by this component. There is a workaround for this ?

https://snippet.webix.com/2nhgyvel

why not to add plain template or label just after the widget?
https://snippet.webix.com/8xo4j57q

Hi @Fabien ,

You can use a plain template as @intregal suggested.

Also you can extend your uploader by using protoUI, so it will be possible to use bottomLabel and bottomPadding properties.
Please check the snippet: Code Snippet

1 Like

Neat solution. Thanks.
I didn’t know about the API $renderInput
I’ve changed button text from value to buttonLabel since value is used by form fields and can be changed when using form.setValues.

1 Like