fit-textarea:自动展开以适合其内容,以几个字节为单位

时间:2024-05-25 23:24:50
【文件属性】:

文件名称:fit-textarea:自动展开以适合其内容,以几个字节为单位

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-25 23:24:50

TypeScript

适合文本区域 自动扩展<textarea>以适应其内容(以几个字节为单位) 尝试! 特征: 小的 没有布局混乱(除非必要,否则不更改DOM) 您可以设置最小高度(通过rows属性或height CSS属性) 如果该字段可调整大小,则新大小将被视为最小高度 安装 npm install fit-textarea 设置 // This module is only offered as a ES Module import fitTextarea from 'fit-textarea' ; < textarea rows =" 3 " > Use the rows attribute to set its minimum height </ textarea > 用法 一次,一个要素 const textarea = document . querySelector ( 'tex


【文件预览】:
fit-textarea-master
----.gitignore(39B)
----package.json(1KB)
----.npmrc(19B)
----tsconfig.json(139B)
----test.js(1KB)
----.github()
--------workflows()
----license(1KB)
----index.html(2KB)
----index.ts(2KB)
----readme.md(2KB)
----.gitattributes(83B)
----.editorconfig(171B)

网友评论