kazzkiq / balloon.css

Simple tooltips made of pure CSS

Home Page:https://kazzkiq.github.io/balloon.css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

on / off option for tooltip

vasyl-shumskyi opened this issue · comments

I need not to show tooltip in situations predefined by javascript.

Is there any simple tooltip on / off option for this?

I tried to set empty aria label, since my text is predefined by variables but it still shows tooltip.

aria-label="" data-balloon-pos="up" data-balloon-length="large"

I need something like data-balloon-visible but with predefined value, like

data-balloon-visible  = on
data-balloon-visible = off  

Removing aria-label tag completely seems to be working, on/off option is still preferable.

@vasyl-shumskyi just set aria-label={null}