| Index: third_party/polymer/v1_0/components/paper-input/paper-input.html
|
| diff --git a/third_party/polymer/v1_0/components/paper-input/paper-input.html b/third_party/polymer/v1_0/components/paper-input/paper-input.html
|
| index f6720e7d2192162b43c534f44ac45b170885960a..81b4d2268812c7af5d0235fde272fcea6575ffad 100644
|
| --- a/third_party/polymer/v1_0/components/paper-input/paper-input.html
|
| +++ b/third_party/polymer/v1_0/components/paper-input/paper-input.html
|
| @@ -90,7 +90,10 @@ style this element.
|
| name$="[[name]]"
|
| placeholder$="[[placeholder]]"
|
| readonly$="[[readonly]]"
|
| - size$="[[size]]">
|
| + list$="[[list]]"
|
| + size$="[[size]]"
|
| + autocapitalize$="[[autocapitalize]]"
|
| + autocorrect$="[[autocorrect]]">
|
|
|
| <template is="dom-if" if="[[errorMessage]]">
|
| <paper-input-error>[[errorMessage]]</paper-input-error>
|
| @@ -115,8 +118,9 @@ style this element.
|
| is: 'paper-input',
|
|
|
| behaviors: [
|
| + Polymer.IronFormElementBehavior,
|
| Polymer.PaperInputBehavior,
|
| - Polymer.IronFormElementBehavior
|
| + Polymer.IronControlState
|
| ]
|
|
|
| })
|
|
|