Hello All,
I have a text area which allows user to add comment inside it. I want to make this text area control resizable when browser window resizes, It should keep on resizing as browser window resizes.
<textarea id="TextArea'+uniqueRowId+compID+
'" name="textBox" class="comment-form" rows="2"></textarea></div>');