Hello!
I've got a form, where many types of elements are used. But there is a small problem with InputFields - how could I specify that the field will take whole width of the column in a GridLayout - for other components I just specify width=100%, but InputField doesn't have the propery, layoutProperies/width has no effect.
Only "length" property defines how broad the field will be, but I don't know how to calculate the value in a view...
It would be also ok to use TextArea instead - but I can't find a way to disable vertical scrollbar for the element.
Any help will be appreciated!
Thank you!
Best regards,
Nick