An open API service indexing awesome lists of open source software.

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

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