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

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: 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..5aa4a6eec3c44d95d3d61aeb0d12b9f5d2971867 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,6 +90,7 @@ style this element.
name$="[[name]]"
placeholder$="[[placeholder]]"
readonly$="[[readonly]]"
+ list$="[[list]]"
size$="[[size]]">
<template is="dom-if" if="[[errorMessage]]">
@@ -116,7 +117,7 @@ style this element.
behaviors: [
Polymer.PaperInputBehavior,
- Polymer.IronFormElementBehavior
+ Polymer.IronControlState
]
})

Powered by Google App Engine
This is Rietveld 408576698