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]]" |