| Index: third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea-extracted.js b/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea-extracted.js
|
| index 70ed2093d7fb56567c17deaa5a0c5531af8d766c..de9ac3f54a4a1d9c1993ff1713b660bacec56694 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea-extracted.js
|
| @@ -46,6 +46,50 @@
|
| },
|
|
|
| /**
|
| + * Bound to the textarea's `autocomplete` attribute.
|
| + */
|
| + autocomplete: {
|
| + type: String,
|
| + value: 'off'
|
| + },
|
| +
|
| + /**
|
| + * Bound to the textarea's `autofocus` attribute.
|
| + */
|
| + autofocus: {
|
| + type: String,
|
| + value: 'off'
|
| + },
|
| +
|
| + /**
|
| + * Bound to the textarea's `inputmode` attribute.
|
| + */
|
| + inputmode: {
|
| + type: String
|
| + },
|
| +
|
| + /**
|
| + * Bound to the textarea's `name` attribute.
|
| + */
|
| + name: {
|
| + type: String
|
| + },
|
| +
|
| + /**
|
| + * Bound to the textarea's `placeholder` attribute.
|
| + */
|
| + placeholder: {
|
| + type: String
|
| + },
|
| +
|
| + /**
|
| + * Bound to the textarea's `readonly` attribute.
|
| + */
|
| + readonly: {
|
| + type: String
|
| + },
|
| +
|
| + /**
|
| * Set to true to mark the textarea as required.
|
| */
|
| required: {
|
|
|