-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugs in combination with Angular 4.0.0 RC1 #3321
Comments
The tooltip and select issues should be resolved by importing the animations module. The one about |
@crisbeto the animations on the input component is still working. Any reason why the animation on the select component is not working without the animations module? |
input is not using angular animation api, just css, afaik |
Yes, the difference is that we don't need to use the Angular animations API for the input since it's pretty simple, but for others, like |
Yep, importing animations should fix your animation issues. For the template warning, see existing issue #3301 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug:
What is the current behavior?
Template parse warnings in console
![screen shot 2017-02-27 at 09 48 22](https://cloud.githubusercontent.com/assets/4480104/23354531/ea9b6c56-fcd1-11e6-9dd2-29301cf0174c.png)
Tooltip component broken
On hover the tooltip shows without a animation. On mouse out the tooltip doesn't hide it's self.
Select component broken
The animation for the placeholder text is broken.
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: