iron-autogrow-textarea icon indicating copy to clipboard operation
iron-autogrow-textarea copied to clipboard

Textarea that grows in height as more lines of input are entered

Results 25 iron-autogrow-textarea issues
Sort by recently updated
recently updated
newest added

### Description The `iron-autogrow-textarea` element causes the page to have a low performance in a scenario with many components in the same page. When you type on the input, there...

### Description The typing in text area becoming slow because of the iron-auto grow behaviour. ### Expected outcome Speed typing ### Actual outcome slowness in typing ### Live Demo ###...

Surprisingly I noticed that this element does not support `change` event. Well, I think it is a critical issue, since `paper-textarea` uses this component and `paper-textarea` developer thinks that this...

https://gerrit-ci.gerritforge.com/job/Gerrit-codestyle/2092/console warn: bower_components/iron-autogrow-textarea/iron-autogrow-textarea.html:103:7 Property 'name' bound to attribute 'name$' not found in 'properties' for element 'iron-autogrow-textarea' ================================================================================ Target //polygerrit-ui/app:polylint_test up-to-date: bazel-bin/polygerrit-ui/app/polylint_test ____Elapsed time: 31.465s, Critical Path: 23.73s //polygerrit-ui/app:polylint_test FAILED in...

cla: yes

Inconsistent `Ctrl-Z` Behavior in Chrome ## Expected outcome When typing out text in an `iron-autogrow-textarea` `Ctrl-Z` command removes _batches_ of text content per keypress. (Not individual characters.) ## Actual outcome...

Updates the underlying textarea height to `auto` thereby updating scrollHeight to a computed value upon change. If the texarea value is not empty, an explicit height is applied to the...

cla: yes

https://github.com/PolymerElements/iron-autogrow-textarea/blob/master/iron-autogrow-textarea.html#L281 I don't have an iphone to test this on but are you sure this is still correct? - e.g. Chrome's dev-tools (Chromium 57.0.2987.133) mobile view for the Iphone 5...

### Description The y-scrollbar is cropped. ### Expected outcome Y-scrollbar should not be cropped. ### Actual outcome The y-scrollbar is cropped. ### Live Demo https://www.webcomponents.org/element/PolymerElements/iron-autogrow-textarea/demo/demo/index.html ### Steps to reproduce Male...

### Description iron-autogrow-textarea has no label for screen readers to read so when entering the field [NVDA](https://www.nvaccess.org/download/) is quiet. ### Expected outcome NVDA should read the label of the element....

source: hooli

Fixes #98 Added aria label to the element so it is in the same shadow DOM and read by screen readers. I wondered why I wasn't able to get the...

cla: yes