ng-elastic
ng-elastic copied to clipboard
fix: ion-textarea does not shrink after reset form
Listen for changes to the underlying model to adjust the textarea size is relying on ngModel. It should also support FormControlName in Reactive Forms.