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

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: code review updates 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
« no previous file with comments | « lib/src/paper-input/paper-input-error.html ('k') | lib/src/paper-item/paper-icon-item.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]]"
« no previous file with comments | « lib/src/paper-input/paper-input-error.html ('k') | lib/src/paper-item/paper-icon-item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698