Increase Textarea Size

Related Post:

Increase Textarea Size - $('body').on('keydown input', 'textarea[data-at-expandable]', function() //Auto-expanding textarea this.style.removeProperty('height'); this.style.height = (this.scrollHeight+2) + 'px'; ).on('mousedown', 'textarea[data-at-expandable]', function() { //Do this on focus, to allow textarea to animate to height... textarea Set Size of Textarea Element Using CSS You can also use CSS to change the size of a textarea element In this case rather than adjust the number of rows and columns you can just directly change the dimensions of the textarea Simply use the width and height properties to set the width and height of the textarea

Increase Textarea Size

Increase Textarea Size

Increase Textarea Size

In most browsers,