lifegadget / ui-slider

A visually attractive slider for ambitious Ember apps
https://ui-slider.firebaseapp.com/
MIT License
30 stars 39 forks source link

Range Slider #11

Open ptmoy2 opened 8 years ago

ptmoy2 commented 8 years ago

Is it possible to use dates as values for the different sliders?

yankeeinlondon commented 8 years ago

Hi @ptmoy2, sorry missed your comment earlier. Can you give me more detail on what you'd like to be able to do?

ptmoy2 commented 8 years ago

I was wondering whether calendar date values can be used on the slider instead of numbers. For example, is it possible to create a slider with a start date of 1/1/2016, and as you move the slide across the slide bar, the date advances to a preset max date of 12/31/2016? Same question for a range slider - user sets a beginning and end date; date changes between those two dates when the two slides are moved.

yankeeinlondon commented 8 years ago

Well you could do this by using the formatter function: https://github.com/seiyria/bootstrap-slider. I could see that it might be nice to have a more out of the box solution for dates as that is a common "range" in the real world. If you want to add a component which is a subclass of ui-slider called something like date-slider I'd be happy to accept the PR.