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

Unified Diff: lib/iron_autogrow_textarea.dart

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/iron_a11y_keys_behavior.dart ('k') | lib/iron_form.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/iron_autogrow_textarea.dart
diff --git a/lib/iron_autogrow_textarea.dart b/lib/iron_autogrow_textarea.dart
index dcc2f6f5fad2ddc13012ca45f109df041236b7c4..8cbcf5bc24055f54d294e89e6e069bf576ba5942 100644
--- a/lib/iron_autogrow_textarea.dart
+++ b/lib/iron_autogrow_textarea.dart
@@ -23,6 +23,12 @@ import 'iron_flex_layout/classes/iron_flex_layout.dart';
///
/// Because the `textarea`'s `value` property is not observable, you should use
/// this element's `bind-value` instead for imperative updates.
+///
+/// ### Styling
+/// The following custom properties and mixins are available for styling:
+/// Custom property | Description | Default
+/// ----------------|-------------|----------
+/// `--iron-autogrow-textarea` | Mixin applied to the textarea | `{}`
@CustomElementProxy('iron-autogrow-textarea')
class IronAutogrowTextarea extends HtmlElement with CustomElementProxyMixin, PolymerBase, IronFormElementBehavior, IronValidatableBehavior, IronControlState {
IronAutogrowTextarea.created() : super.created();
« no previous file with comments | « lib/iron_a11y_keys_behavior.dart ('k') | lib/iron_form.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698