whoisandy / react-rangeslider

A lightweight responsive react range slider component.A fast & lightweight react component as a drop in replacement for HTML5 input range slider element.
https://whoisandy.github.io/react-rangeslider/
MIT License
641 stars 235 forks source link

feat: Ensure tooltip display when displayTooltip prop is true and val… #181

Open yagofeMT opened 2 months ago

yagofeMT commented 2 months ago

…ue > 0

yagofeMT commented 2 months ago

Commit made to enhance functionality: tooltip now remains visible to the user at all times, rather than only upon clicking the slider.