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

Unified Diff: third_party/polymer/v1_0/components/paper-input/paper-input.html

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
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
]
})

Powered by Google App Engine
This is Rietveld 408576698