PolymerElements / iron-autogrow-textarea

Textarea that grows in height as more lines of input are entered
https://webcomponents.org/element/PolymerElements/iron-autogrow-textarea
19 stars 48 forks source link

fix #6 Doesn't initialize properly with textarea content #7

Closed hadfieldn closed 9 years ago

hadfieldn commented 9 years ago

Fix iron-autogrow-textarea to set bindValue with the initial textarea content instead of undefined, and to resize the textarea to fit initial content.

morethanreal commented 9 years ago

<iron-autogrow-textarea> now includes a <textarea> and this is not needed.