Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキストエリアの高さをテキストエリアの高さと一致させるにはどうすればよいですか? 基本的にテキストフィールドのように見えます。再利用できない方法は、高さ属性をいじって、テキストエリアが 1 行だけにまたがるように見せることですが、再利用可能な方法はありますか?
CSS 属性の height: auto を使用すると、2 行にまたがります。
行属性があります
<textarea rows="1"></textarea>
フィドル
ただし、Firefox では機能しないようです。多くのブラウザーでは、ユーザーは単純に texarea のサイズを変更できます。