以下のコードを
<textarea id="old-textarea">
ここにテキストを入力
</textarea>
こうする
<textarea id="new-textarea" oninput="this.style.height = '';this.style.height = this.scrollHeight + 'px'" style="overflow:hidden;">
ここにテキストを入力
</textarea>
以下のコードを
<textarea id="old-textarea">
ここにテキストを入力
</textarea>
こうする
<textarea id="new-textarea" oninput="this.style.height = '';this.style.height = this.scrollHeight + 'px'" style="overflow:hidden;">
ここにテキストを入力
</textarea>
コメントを残す