ng-elastic icon indicating copy to clipboard operation
ng-elastic copied to clipboard

Angular/Ionic 2 directive to auto expand textareas according to their contents.

Results 15 ng-elastic issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi been using ng-elastic in Ionic 3 without any issues but just tried it with Ionic 4 and seems not be working. Is Ionic 4 supported? If not any chances...

Hey! You need edit style.height = 'auto' before use scrollHeight ! Otherwise resizing when deleting text does not work ;) Have a nice day!

So after upgrade form 1.0.0-beta.3 to 1.0.0-beta.5, textarea started behaving strange while shrinking when text is deleted, it shrinks by little on each keypress, not at once: ![bug](https://user-images.githubusercontent.com/19680461/35723967-d123e264-0804-11e8-9f5d-8ce436e3635e.gif) ng-elastic: 1.0.0-beta.5...

Hi My Ionic app utilises Lazy Loading which seems to stop the text areas from expanding. To test, create a new Ionic app, setup ng-elastic as per instructions and it...

Hi, first of all thanks for your work! This works really really well. I just need to know how to limit the height of the textarea so that the text...

Listen for changes to the underlying model to adjust the textarea size is relying on **ngModel**. It should also support **FormControlName** in Reactive Forms.

Unfortunately I simply don't have the time to dedicate to this library any more, as I no longer use Angular/Ionic in my day job. If you are interested in taking...

`scrollHeight` includes padding, normal element height does not. This commit fixes that problem by subtracting the padding when setting height. `getComputedStyle` always returns the unit in pixels, so the code...

Hello, I'm quite new using angular 4, and ng-elastic. So please forgive me if my issue is inappropriate. First let me thank you for your very valuable directive, which makes...