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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
I am not sure how wise it would be to mimic Bootstrap in this regard - this moves the consumer away from the standard JS events, for a bit of added complexity in the library code. The gain does not seem worth it IMO, but I don't feel too strongly either way.
Closing as per #590, the user can now programmatically decide when to show and hide the tooltips/popovers. This feature will be available in the 0.13.4 release and is available now on the master branch.
$tooltip supports following triggers:
TWBS supports
mouseenter
vshover
As per your contribution guide:
we are aiming at rebuilding bootstrap directives...
directives should be html-agnostic...
To avoid BC break, maybe it is possible to just add
hover
and markmouseenter
as deprecated?The text was updated successfully, but these errors were encountered: