I am viewing the front list of database items with their ID numbers and one of the fields has about 1000 characters. This field is editable. but only shows me one line and a few characters.
How can I add cols and rows to the input field to show all data?
See code I have below in the front List / Fields but it is not resizing to 10 rows or 50 cols
missionNominationDB.textarea5:<input type="text" rows="10" cols="50" name="missionNominationDB[{missionNominationDB.id}][textarea5]" value="{missionNominationDB.textarea5}" class="form-control A" size="" />
How can I add cols and rows to the input field to show all data?
See code I have below in the front List / Fields but it is not resizing to 10 rows or 50 cols
missionNominationDB.textarea5:<input type="text" rows="10" cols="50" name="missionNominationDB[{missionNominationDB.id}][textarea5]" value="{missionNominationDB.textarea5}" class="form-control A" size="" />