Hi at all,
I have an input field in my tasklist form, that I want to resize. For now there is only one long row. However I want to have multiple rows. The user is able to put in 300 characters in the input field. I want to have one row for about 100 characters.
The input field looks like this for now:
then I’m out of ideas. Perhaps you look if this is because in HTML5 the number of rows have to be configured as a style attribute, or that it is a problem of your browser.
There is one problem with this solution:
The cols attribute is not working…
I can write the whole 120 signs in one row, but I want to have only 30 characters in one row…
Update: The row attribute is not working too. I can write as much rows as I want.