Remove the sizer in a textarea box
This question already has an answer here:
This can be do in html easy
<textarea name="textinput" draggable="false"></textarea>
This works for me. Default value is true for draggable attribute.
链接地址: http://www.djcxy.com/p/27384.html上一篇: 为什么可以改变文本框的大小?
下一篇: 在textarea框中删除sizer