Enable usage of CMD+Z in text field elements (textarea).
https://material.angular.io/cdk/text-field/overview
Typing "Hello World" followed by pressing CMD+Z should undo the whole string, not single characters.
See HTML default behavior:
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_textarea
On Angular Input Elements the behavior is working as expected.
Advanced users use shortcuts and expect a textarea to behave like a textarea.
This repository/tracker is for AngularJS Material. You're likely looking for https://github.com/angular/components
Thanks @oliversalzburg
Moved issue to https://github.com/angular/components/issues/18287
Most helpful comment
This repository/tracker is for AngularJS Material. You're likely looking for https://github.com/angular/components