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
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.