rstudio / crosstalk

Inter-htmlwidget communication for R (with and without Shiny)
http://rstudio.github.io/crosstalk
Other
290 stars 53 forks source link

`filter_slider(min = NA)` now gives a single handled slider #151

Open cpsievert opened 4 months ago

cpsievert commented 4 months ago

Closes #7

wangchen46 commented 2 weeks ago

Hi @cpsievert, thanks for the update. I would like to check if this commit is planned to merge into main branch. My current project using filter_slider would like to implement both double range and single handler slider. If this commit will be included in package, that will be great to get more flexibility!