-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(tooltip): trigger tooltips with hover and focus by default #3022
Comments
Indeed looks like the default value should be: A quick test shows that P.S. popover should stay with |
This should be an easy PR, but if anybody wants to work on this, please add an e2e test for focus handling here → https://github.com/ng-bootstrap/ng-bootstrap/tree/master/e2e-app/src/app/tooltip |
It looks pretty straightforward updating the Tooltip default to Will submit a PR alone with e2e test as mentioned. |
Don't know if it's an oversight or if it's the right way to do it, but in Bootstrap the tooltips are triggered by hover and focus, and ng-boostrap use only the hover.
https://getbootstrap.com/docs/4.3/components/tooltips/#options
VS
https://ng-bootstrap.github.io/#/components/tooltip/api
The text was updated successfully, but these errors were encountered: