I cannot seem to get text field sizes to render correctly.
It does not seem to matter what specifications I put into the Builder for a Text field the results is always rendered the same like this ...
<textarea id="jform_name" name="jform[name]" cols="32" rows="4"></textarea>
I can set the rows and columns to any value, or define the sizes of the box - all in Builder
But these are never carried forward in the component.
And I cannot see where the row and columns are generated in the HTML either - they are not set in the php or XML files for the specific view.
I am stuck, I have loads of views generated, but all are wrong.