Blame view

bower_components/iron-autogrow-textarea/README.md 428 Bytes
73bcce88   luigser   COMPONENTS
1
2
3
4
5
6
7
8
  # iron-autogrow-textarea
  
  `iron-autogrow-textarea` is an element containing a textarea that grows in height as more
  lines of input are entered. Unless an explicit height or the `maxRows` property is set, it will
  never scroll.
  
  Example:
  
e619a3b0   Luigi Serra   Controllet cross ...
9
      <iron-autogrow-textarea></iron-autogrow-textarea>
73bcce88   luigser   COMPONENTS
10
11
  
  Because the `textarea`'s `value` property is not observable, you should use
e619a3b0   Luigi Serra   Controllet cross ...
12
  this element's `bind-value` instead for imperative updates.