Index
Share
An iron-autogrow-textarea grows automatically as more text is entered
The maximum height can be controlled either through the max-rows property, or through a fixed max height
The initial height can also be controlled using the rows property, or through a fixed height
Example of updating the value imperatively
bind-value: [[bindValue]]
Imperatively changing bind-value will also update
textarea.value:
Imperatively updating textarea.value will update
the display, but not update bind-value: