autosize
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/autosize package

6.0.1 • Public • Published

Summary

Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.

Demo

Full documentation and a demo can be found at jacklmoore.com/autosize

Install via NPM

npm install autosize

Usage

The autosize function accepts a single textarea element, or an array or array-like object (such as a NodeList or jQuery collection) of textarea elements.

// from a NodeList
autosize(document.querySelectorAll('textarea'));

// from a single Node
autosize(document.querySelector('textarea'));

// from a jQuery collection
autosize($('textarea'));

Released under the MIT License

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
6.0.1175,039latest

Version History

VersionDownloads (Last 7 Days)Published
6.0.1175,039
6.0.0135
5.0.226,193
5.0.125,249
4.0.4145,073
5.0.019
4.0.354
4.0.262,944
4.0.11,019
4.0.0790
3.0.2120,807
3.0.201,592
3.0.1949
3.0.18215
3.0.17105
3.0.1633
3.0.15937
3.0.14336
3.0.1398
3.0.122
3.0.112
3.0.104
3.0.93
3.0.815
3.0.73
3.0.614
3.0.52
3.0.42
3.0.32
3.0.23
3.0.13
3.0.04
2.0.13
1.18.13480

Package Sidebar

Install

npm i autosize

Weekly Downloads

111,785

Version

6.0.1

License

MIT

Unpacked Size

25.1 kB

Total Files

8

Last publish

Collaborators

  • jacklmoore