-
The link to the live demo of each CyclicMaterials component (e.g. [atom-autogrow-textarea](https://github.com/CyclicMaterials/atom-autogrow-textarea)) refers to a page that does not exist (e.g. http:/…
-
Looks like autogrow does not check letter-spacing.
```html
...
```
JS
```javascript
$("#uid").css("letter-spacing","30px");
$("#uid").autogrow({vertical: true, horizontal: true});
```…
-
I am using this component in a SPA where textareas are coming and going inside the DOM.
What I noticed is that the shadow always remains attached to the `body` tag, even though the original textarea …
-
I have a scenario where I'd like to set the minimum height of a textarea dynamically, and still incorporate the autogrow/shrink behavior that is currently available. This is desirable in order to make…
-
## Type of report
Bug
## Provide detailed reproduction steps (if any)
http://jsfiddle.net/nag5000/e97g4tza/ \:
```js
CKEDITOR.replace('editor', { extraPlugins: 'autogrow,image2' });
```
…
-
Try to perform
$("#textarea").css({padding:"20px"}).autoResize();
and you'll be surprised... (Autogrow doesn't consider the padding are in the autogrow calculation)
-
Hi.
Its it possible to make the autogrow function pluggable?
I'm using a different autogrow library http://jacklmoore.com/autosize/ which seems to cope well with older versions of IE
thanks very mu…
-
According to the docs to update height of paper-autogrow-textarea manually you should call update() function():
```
/* using example HTML above */
t1.value = 'some\ntext';
a1.update();
```
However i…
-
1. Create an application that uses paper-textarea
2. Install Polymer resin
3. See that the id for the paper-textarea's internal iron-autogrow-textarea has been replaced with zClosurez, which breaks …
-
### Description
`paper-textarea` change event not fired in Shadowdom because `iron-autogrow-textarea` forgot to fire it manually
I will fix it in another PR in `iron-autogrow-textarea` repo
AliMD updated
5 years ago