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

Unified Diff: lib/src/paper-input/paper-textarea.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: update pubspec/changelog Created 5 years, 2 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: lib/src/paper-input/paper-textarea.html
diff --git a/lib/src/paper-input/paper-textarea.html b/lib/src/paper-input/paper-textarea.html
index 27cc5894373f112ecdd91d483bc9db369a93cbed..cd9954f4a0e387c11a9dc40289363a01f5f23d61 100644
--- a/lib/src/paper-input/paper-textarea.html
+++ b/lib/src/paper-input/paper-textarea.html
@@ -45,6 +45,7 @@ style this element.
<iron-autogrow-textarea id="input" class="paper-input-input"
bind-value="{{value}}"
+ disabled$="[[disabled]]"
autocomplete$="[[autocomplete]]"
autofocus$="[[autofocus]]"
inputmode$="[[inputmode]]"

Powered by Google App Engine
This is Rietveld 408576698