Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Side by Side Diff: third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/README.md

Issue 1401633002: Update Polymer from 1.1.4 -> 1.1.5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dzhioev@ review Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # iron-autogrow-textarea 1 # iron-autogrow-textarea
2 2
3 `iron-autogrow-textarea` is an element containing a textarea that grows in heigh t as more 3 `iron-autogrow-textarea` is an element containing a textarea that grows in heigh t as more
4 lines of input are entered. Unless an explicit height or the `maxRows` property is set, it will 4 lines of input are entered. Unless an explicit height or the `maxRows` property is set, it will
5 never scroll. 5 never scroll.
6 6
7 Example: 7 Example:
8 8
9 <iron-autogrow-textarea></iron-autogrow-textarea> 9 <iron-autogrow-textarea></iron-autogrow-textarea>
10 10
11 Because the `textarea`'s `value` property is not observable, you should use 11 Because the `textarea`'s `value` property is not observable, you should use
12 this element's `bind-value` instead for imperative updates. 12 this element's `bind-value` instead for imperative updates.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698