Awesome
resizable-textarea
make a textarea auto resizable. demo
install
$ component install ramitos/resizable-textarea
api
var rta = require('resizable-textarea');
rta(document.getElementById('some-textarea-id'));
issues
- the textarea only grows, and doesn't shrink when the text is reduced.
License
MIT