Answers for "textarea auto resize as per content"

4

textarea resize off

<textarea class="myTextArea"></textarea>
<style>
  .myTextArea {
    resize: none;
  }
</style>
Posted by: Guest on April-24-2020

Code answers related to "textarea auto resize as per content"

Browse Popular Code Answers by Language