stevepapa / angular2-autosize

angular2-autosize is an Angular2 directive that automatically adjusts textarea height to fit content.
MIT License
118 stars 29 forks source link

Any way to have the textarea adjust vertically when the width changes for any reason? #4

Open quiringk opened 8 years ago

quiringk commented 8 years ago

Ex: if a one line textarea is in a container and the container shrinks in width resulting in the text being multiple lines, the textarea doesnt adjust and the scrollbar is still visible (until you type a character)