You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wbeeftink opened this issue
Jan 17, 2019
· 1 comment
· Fixed by #14872
Assignees
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixP4A relatively minor issue that is not relevant to core functions
Please describe the feature you would like to request.
Allow global configuration of tooltip position.
What is the use-case or motivation for this proposal?
We use many tooltips in our application and it's tedious and prone to errors to have to define matTooltipPosition="above" in all instances.
Is there anything else we should know?
As far as I can tell, the MAT_TOOLTIP_DEFAULT_OPTIONS interface only allows setting delays and not the position.
From the source:
/** Default `matTooltip` options that can be overridden. */exportinterfaceMatTooltipDefaultOptions{showDelay: number;hideDelay: number;touchendHideDelay: number;}
The text was updated successfully, but these errors were encountered:
crisbeto
added
feature
This issue represents a new feature or feature request rather than a bug or bug fix
has pr
P4
A relatively minor issue that is not relevant to core functions
labels
Jan 17, 2019
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 17, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixP4A relatively minor issue that is not relevant to core functions
Please describe the feature you would like to request.
Allow global configuration of tooltip position.
What is the use-case or motivation for this proposal?
We use many tooltips in our application and it's tedious and prone to errors to have to define
matTooltipPosition="above"
in all instances.Is there anything else we should know?
As far as I can tell, the
MAT_TOOLTIP_DEFAULT_OPTIONS
interface only allows setting delays and not the position.From the source:
The text was updated successfully, but these errors were encountered: