It’s strange, it does work on my S7 Edge @Alexmady I saw this demo posted by @eakoriakin which looks pretty interesting regarding to elastic ion-inputs:
I’ve been working on a project recently which has a form with an ion-textarea inside that contains long text. A problem with ion-textarea for me was that it shows only two lines of text and users have to scroll through the text to change it.
So, I decided to create a directive which would resize the height of ion-textarea base on its contents.
The main requirement for the directive was that it should be a simple attribute directive. In other words, it shouldn’t be a wrapper on ion-textarea, so…