Can I set 100% for inputWidth in Form?

Dear,

I hope to set the full-width for input box except labelWidth.
I tired as below

  1. I tried css style but it didn’t work
  2. 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.

Hi

unfortunately not possible :frowning:

Really? It means dhtmlxForm doesn’t support responsive web?
O.M.G :cry: