Answers for "how to expand textarea automatically"

4

textarea resize off

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

Code answers related to "how to expand textarea automatically"

Browse Popular Code Answers by Language