Home:ALL Converter>Angular Material TextArea auto resize is not working with bootstrap 4

Angular Material TextArea auto resize is not working with bootstrap 4

Ask Time:2018-08-17T20:01:22         Author:sireesha j

Json Formatter

I have created a simple app and I have added angular material auto resize textarea(which is auto increased doesn't give scroll up to 5 lines). Here the problem is If I add bootstrap to my application, Angular material textarea losses it's functionality and some styles are overriding. How to make it work even If i Include bootstrap in my application?

Actual One :

https://stackblitz.com/angular/dkpvgbjaaey?file=app%2Ftext-field-autosize-textarea-example.ts

After Adding Bootstrap :

https://stackblitz.com/edit/angular-5tqnzi-hx6cy8?file=index.html

Author:sireesha j,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/51895014/angular-material-textarea-auto-resize-is-not-working-with-bootstrap-4
yy