Dear,
I hope to set the full-width for input box except labelWidth.
I tired as below
- I tried css style but it didn’t work
- I set inputWidth: 100% but htmlxForm didn’t show anything.
JSON TYPE Example:
[
{type: “settings”, position: “label-left”, labelWidth: 100, style: “width:100%”},
{type: “block”, style: “width:100%”, list: [
{type: “input”, label: “name”, required:true, name: “dept_name”, style: “width:100%”},
]},
]
Please let me know if someone know this solution.
Thank you in advance.