I just saw that angular material already provides a way to do that by using `cdkTextareaAutosize` https://material.angular.dev/cdk/text-field/overview#automatically-resizing-a-lesstextareagreater. Should be better than the current custom implementation
I just saw that angular material already provides a way to do that by using
cdkTextareaAutosizehttps://material.angular.dev/cdk/text-field/overview#automatically-resizing-a-lesstextareagreater.
Should be better than the current custom implementation