100% width for input ?

Is there a way to set the width of a input/textarea, select, combo… as 100%, that is to say, a field that tries to take as much horizontal space as it can ?
It would really useful every time a form is attached to a non-fixed size container.

In a more general approach, it would be great to have spacers in order to achieve dynamic form layout .

Is this possible?

Try patameter inputWidth ‘auto’:
docs.dhtmlx.com/doku.php?id=dhtm … form_input

Tried but doesn’t work for me.
Do you have an working example?

In that case there is no ready implementation.