@arw6329/autosize-textarea
v1.1.0
Published
Automatically resize a textarea's width and height to fit its content
Readme
@arw6329/autosize-textarea
Automatically resize a textarea's width and height to fit its content
Features
- Automatically resize both width and height
- Works on user input and assignment to
textarea.value - Works with both
box-sizing: content-boxandborder-box
Usage
Pass textarea to autosize():
import { autosize } from '@arw6329/autosize-textarea'
autosize(document.querySelector('#my-textarea'))