Closed
Description
Reproduction
Steps to reproduce:
- Set up an autocomplete dialog with chips
- Import 'NoopAnimationsModule'
Even though _animationsDisabled
is true on the mat-chip
component, it still renders the entry animation from here
See b/150330611 for an example test
Expected Behavior
The animation should be disabled.
Actual Behavior
The animation is applied! The chips still pop in, you can see the animation in the CSS, etc.
Environment
- Angular: Head
- CDK/Material: HEAD (MDC Web)
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Linux