Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated README
  • Loading branch information
fbenedetto committed Jul 4, 2017
commit 2c49375736df82caeeab321ffad1fe6a9911f475
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@ You can set the initial line number using `rows` attribute:
```html
<textarea autogrow rows="1"></textarea>
```


### Autogrow on css properties change

You can define which CSS properties have to be watched in order to trigger the auto-growing:
```html
<textarea autogrow="font-family,font-size"></textarea>
```