Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(material/form-field): resolve scrolling performance issues (#27251)
MDC was setting `will-change` on a couple of elements which caused significant scrolling performance issues on pages with a lot of form fields. These changes reset the `will-change`, because one of the elements wasn't being animated at all and the other one was only animating `transform` which is hardware-accelerated. Fixes #27249.
- Loading branch information