-
## Are you reporting a feature request or a bug?
Feature.
## Provide detailed reproduction steps (if any)
CKEditor instance with https://ckeditor.com/addon/autogrow + https://ckeditor.com/addon…
-
### Description
Scrollbar is not displaying when maxRows is exceded. Using the iron elements demo from the catalog.
### Expected outcome
Scrollbar should show as demonstrated when max height i…
rkief updated
7 years ago
-
### Description
A combination of `ScrollView` + autogrowing `TextInput` and reanimated prevents TextInput from a grow.
> [!IMPORTANT]
> I provided a snack link, but it's not reproducible in sna…
-
I'm trying to use autogrow with a lot of other plugins together, but when I try to use a custom jquery selector, it doesn't work.
I created a html attribute on the textarea to control who already has …
-
Can you please tag your crop blocks in `minecraft:crops` block tag? It'll allow bees to grow your crop and allow better mod compat like my mod that will autogrow crops in that tag too.
https://github…
-
Having a MultiLine TextField set with autogrow on iPad that starts off from having 1 or 2 rows results in the top rows being hidden when a new line is entered. No combination of padding fixes this. Cu…
-
On an iron-autogrow-textarea with empty lines, a single long line will not take up one of these, and will instead expand the text area.
Steps to reproduce:
1. Create an iron-autogrow-textarea element…
-
I paste the js file in my project.
I use the $('textarea').autogrow(), but get the following error:
Uncaught TypeError: undefined is not a functionmessage-interaction.js?compile=false:21 (anonymous fu…
-
When using this extra as a template variable, the height setting is not being respected and the height collapses to 38px.
Maybe I'm missing something, but as your images show that it should be work…
-
Hi, I want to use this plugin http://ckeditor.com/addon/autogrow but adding
```
$scope.editorOptions = {
extraPlugins: 'autogrow'
};
```
no work... could you tell me how can I do that?