ng-autogrow
v1.0.2
Published
An AngularJS directive for autogrowing textareas
Downloads
50
Maintainers
Readme
ng-autogrow
An AngularJS directive for autogrowing textareas.
It automagically adjusts the height of textareas so you don't have to vertically scroll.
Usage
npm install ng-autogrow
Add it as a dependency to your module.
angular.module('myApp', ['ng-autogrow'])
Use the directive and any configuration as so:
<textarea
autogrow
autogrow-min-height="100">
</textarea>
Options
autogrow-min-height
: A minimum height for the textarea. Default: 0