dreamboy

textarea自动适应高度,兼容IE/Firefox、chrome

代码:
<textarea name="textarea" id="textarea" style=\'overflow-y: hidden;height:20px\' onpropertychange="this.style.height = this.scrollHeight + \'px\';" oninput="this.style.height = this.scrollHeight + \'px\';">
</textarea>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-21
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-21
  • 2021-12-21
  • 2021-06-12
  • 2022-02-08
  • 2022-03-03
相关资源
相似解决方案