What does cols
relate to? I am familiar with grid systems, but what is the number of columns relating to without a defined grid system?
1 Like
Hi, if the is being set to rows=“3” and cols="40, why is the text box still movable? Would be helpful for the textarea to be able to expand vertically, but not horizontally. Anyways to fix this?
Have you checked the documentation? Here is the documentation for text-area:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea
there is a section called: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea, which should be helpful.