Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / polymer / v1_0 / components-chromium / iron-autogrow-textarea / README.md
blob31eab9c540f6ca30be07a5d771db2602d9b16366
1 # iron-autogrow-textarea
3 `iron-autogrow-textarea` is an element containing a textarea that grows in height as more
4 lines of input are entered. Unless an explicit height or the `maxRows` property is set, it will
5 never scroll.
7 Example:
9     <iron-autogrow-textarea></iron-autogrow-textarea>
11 Because the `textarea`'s `value` property is not observable, you should use
12 this element's `bind-value` instead for imperative updates.