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
The syntax for specifying a tooltip show and hide data-delay via data attribute needs to be clarified in the documentation. Specifically, an attribute value of { show: 500, hide: 100 } will not work, as properties require double-quoting as in { "show": 500, "hide": 100 }.
I further recommend support for specifying tooltip show/hide delay ms individually via separate data attributes as in data-delay-show and data-delay-hide.
The text was updated successfully, but these errors were encountered:
The syntax for specifying a tooltip show and hide data-delay via data attribute needs to be clarified in the documentation. Specifically, an attribute value of
{ show: 500, hide: 100 }
will not work, as properties require double-quoting as in{ "show": 500, "hide": 100 }
.I further recommend support for specifying tooltip show/hide delay ms individually via separate data attributes as in
data-delay-show
anddata-delay-hide
.The text was updated successfully, but these errors were encountered: