Skip to content

Commit

Permalink
Merge pull request #342 from PolymerElements/textarea-in-form
Browse files Browse the repository at this point in the history
add IronFormElementBehavior to paper-textarea
  • Loading branch information
notwaldorf committed Feb 24, 2016
2 parents 209012f + 9af19ed commit e6dd874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion paper-textarea.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../iron-autogrow-textarea/iron-autogrow-textarea.html">
<link rel="import" href="../iron-form-element-behavior/iron-form-element-behavior.html">
<link rel="import" href="paper-input-behavior.html">
<link rel="import" href="paper-input-char-counter.html">
<link rel="import" href="paper-input-container.html">
Expand Down Expand Up @@ -77,7 +78,8 @@
is: 'paper-textarea',

behaviors: [
Polymer.PaperInputBehavior
Polymer.PaperInputBehavior,
Polymer.IronFormElementBehavior
],

properties: {
Expand Down

0 comments on commit e6dd874

Please sign in to comment.