Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 392 Bytes

readme.md

File metadata and controls

25 lines (15 loc) · 392 Bytes

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