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

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

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 4 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/components/paper-input/paper-textarea.html
diff --git a/third_party/polymer/components/paper-input/paper-textarea.html b/third_party/polymer/components/paper-input/paper-textarea.html
index e4f4ee1ef46d818b39caf1ff4e21a7d330e49cdf..cfc06520c15f23a64f3df4d86d17b71618e161e3 100644
--- a/third_party/polymer/components/paper-input/paper-textarea.html
+++ b/third_party/polymer/components/paper-input/paper-textarea.html
@@ -56,6 +56,7 @@ style this element.
<iron-autogrow-textarea id="input" class="paper-input-input"
bind-value="{{value}}"
invalid="{{invalid}}"
+ validator$="[[validator]]"
disabled$="[[disabled]]"
autocomplete$="[[autocomplete]]"
autofocus$="[[autofocus]]"

Powered by Google App Engine
This is Rietveld 408576698