https://github.com/tinacious/ng-autogrow
An AngularJS directive for autogrowing textareas
https://github.com/tinacious/ng-autogrow
angularjs forms
Last synced: 12 months ago
JSON representation
An AngularJS directive for autogrowing textareas
- Host: GitHub
- URL: https://github.com/tinacious/ng-autogrow
- Owner: tinacious
- Created: 2020-04-20T06:37:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T20:31:07.000Z (about 4 years ago)
- Last Synced: 2025-03-15T03:41:13.061Z (about 1 year ago)
- Topics: angularjs, forms
- Language: HTML
- Homepage: https://tinacious.github.io/ng-autogrow
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ng-autogrow
An AngularJS directive for autogrowing textareas.
It automagically adjusts the height of textareas so you don't have to vertically scroll.
👯 [View the demo here](https://tinacious.github.io/ng-autogrow)
## Usage
```
npm install ng-autogrow
```
Add it as a dependency to your module.
```js
angular.module('myApp', ['ng-autogrow'])
```
Use the directive and any configuration as so:
```html
```
### Options
- `autogrow-min-height`: A minimum height for the textarea. Default: 0