| Index: third_party/polymer/v1_0/components-chromium/paper-input/paper-textarea.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/paper-textarea.html b/third_party/polymer/v1_0/components-chromium/paper-input/paper-textarea.html
|
| index fa2fbbb22bbb8c7ef2964b2271aefa5ea9f94f22..5ed0971272d9ce0dee74e60c0f486e25645e4c03 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-input/paper-textarea.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-input/paper-textarea.html
|
| @@ -8,7 +8,6 @@ Code distributed by Google as part of the polymer project is also
|
| subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
| --><html><head><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-container.html">
|
| <link rel="import" href="paper-input-error.html">
|
| @@ -38,7 +37,7 @@ style this element.
|
|
|
| <label hidden$="[[!label]]">[[label]]</label>
|
|
|
| - <iron-autogrow-textarea id="input" class="paper-input-input" bind-value="{{value}}" autocomplete$="[[autocomplete]]" autofocus$="[[autofocus]]" inputmode$="[[inputmode]]" name$="[[name]]" placeholder$="[[placeholder]]" readonly$="[[readonly]]" required$="[[required]]" maxlength$="[[maxlength]]"></iron-autogrow-textarea>
|
| + <iron-autogrow-textarea id="input" class="paper-input-input" bind-value="{{value}}" autocomplete$="[[autocomplete]]" autofocus$="[[autofocus]]" inputmode$="[[inputmode]]" name$="[[name]]" placeholder$="[[placeholder]]" readonly$="[[readonly]]" required$="[[required]]" maxlength$="[[maxlength]]" autocapitalize$="[[autocapitalize]]"></iron-autogrow-textarea>
|
|
|
| <template is="dom-if" if="[[errorMessage]]">
|
| <paper-input-error>[[errorMessage]]</paper-input-error>
|
|
|