-
Notifications
You must be signed in to change notification settings - Fork 1.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
Popover delay option? #5389
Comments
closed in #5582 |
…#5582) * add delay option to popover * fix(popover): small fix in description
Well, after my pull request was merged, I discovered it didn't help me. The thing I wanted is to not open the popover if the user just moved the mouse over the element for a very short time. This delay just delayed the opening of the popover but eventually the popover showed up after some time, even though the mouse was already far from the element.
In component:
|
Thanks for that, @amiram ! |
Tooltips have a
[delay]="500"
input but I was surprised to see that popovers don't have the same feature?The text was updated successfully, but these errors were encountered: