vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.63k stars 735 forks source link

Как в форме в полях вывести Label большой длины, что бы не срезалось наименование поля #2502

Closed IgorLelyakov closed 4 months ago

IgorLelyakov commented 4 months ago

Как вывести Label большей длины, что бы не срезалось наименование поля image

vitmalina commented 4 months ago

You can do it with variable span properties. Here is an example. https://w2ui.com/web/demos/#/form/12. If this is not sufficient for you, you may consider custom HTML form (not generated html).

IgorLelyakov commented 2 months ago

Большое спасибо, разобрался со span, скажите, а что значит -"consider custom HTML form (not generated html)"? Можете на примере пояснить?