Drop-in replacement for the textarea component which automatically resizes textarea as content changes. A native React version of the popular jQuery Autosize!
This module supports IE9 and above. PR welcome to add IE8 support.
var Textarea = require('react-textarea-autosize');
React.renderComponent(
<div>
<Textarea></Textarea>
</div>,
document.body);
npm install react-textarea-autosize
http://andreypopp.github.io/react-textarea-autosize/
To release patch, minor or major version:
% make release-patch
% make release-minor
% make release-major
To publish release:
% make publish