Hi,
I have built a very simple Upload input: https://snippet.webix.com/z4a64ti2
However, the Upload input (the single-item list) looks truncated at the left and bottom sides. Is it a minor CSS bug? Any known workaround?
Thanks in advance
Hi,
I have built a very simple Upload input: https://snippet.webix.com/z4a64ti2
However, the Upload input (the single-item list) looks truncated at the left and bottom sides. Is it a minor CSS bug? Any known workaround?
Thanks in advance
@jpuntomarcos
probably this is a bug.
as a workaround try to set form’s type to “space”
https://snippet.webix.com/t8hc4e3c
Hi, we usually advise to enclose widgets (as opposed to form inputs) into FormInput Code Snippet
Docs page for reference FormInput, UI Controls Webix Docs
Nice workarounds, thanks!
thanks for the awesome information.