-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[Tooltip] Allow global configuration of delays #3286
Comments
+1 for this one! |
This is already possible by providing a MatTooltipDefaultOptions with the token |
This was working for me in 5.0.3 but seems to have disappeared from 5.0.4. There is also no mention of |
@andrewseguin /node_modules/@angular/material/material"' has no exported member 'MatTooltipDefaultOpti [https://material.angular.io/components/tooltip/overview](Reference url) |
Seems to be working on this reproduction: https://stackblitz.com/angular/jydgypqvqvk?file=app%2Ftooltip-modified-defaults-example.ts |
@andrewseguin
|
Hi! That worked for me:
|
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. |
Feature request, or proposal:
Allow global configuration of tooltip show/hide delay
What is the expected behavior?
Configuring the show/hide delay of tooltips through a provider
What is the current behavior?
Every tooltip have to be configured individually
What is the use-case or motivation for changing an existing behavior?
Instead polluting the markup and changing tens of tooltips, it would be nice to have a mechanism to configure delays globally.
The text was updated successfully, but these errors were encountered: