2

Can someone clarify the following? If I am using a textarea HTML input where I understand I can provide

  • rows Specifies the visible number of lines in a text area
  • cols Specifies the visible width of a text area

From Textarea Tag Doc

If I am using textarea with Boostrap's form-control class, the width will be overriden to 100% so the cols attribute won't be used at all. Am I right? Is that the case in "all popular" browsers? Are there any special cases or I can just skip the cols attribute.

Thanks!

1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.