leongersen / noUiSlider

noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
https://refreshless.com/nouislider/
MIT License
5.67k stars 660 forks source link

Tooltip hiding not working #1254

Closed berberon closed 11 months ago

berberon commented 1 year ago

Added this css as described in the docs

    #slider-hide .noUi-tooltip {
        display: none;
    }
    #slider-hide .noUi-active .noUi-tooltip {
        display: block;
    }

ToolTips are constant and do not show only when handles are dragged as expected

thanks

leongersen commented 1 year ago

Is this a question, or...?

github-actions[bot] commented 10 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.