Replacement for the textarea component which automatically resizes textarea as content changes. A native React version based in the famous autosize function.
npm install textarea-autosize-reactjs
import TextArea from 'texarea-autosize-reactjs';
<TextArea />
Same props that a normal <textarea />
- Tests
- Demos