Im using a form that contains a more than 40-50 textareas,
when the
md-no-autogrow
option is enabled which it is by default,this causes a huge performance issue.
Function responsible https://github.com/angular/material/blob/0b55529940d516a94777ca1d179e65df7835dd2a/src/components/input/input.js#L532
if I disable md-no-autogrow
the resize functionalities are lost what could be a better solution?