I've been experimenting with that library and I really liked it. However, I've been searching through their documentation twice from top to bottom and haven't found the method that I need.
Basically, at the start, all I have is an empty slider (div or input with CSS), without knobs on them. When I click on that element, I need to generate the min value knob and when I release the mouse click, I want to generate second knob (max value) on that slider/element. Yes, two knobs. Min value and max value.
All that I have seen on the documentation is that I am already provided with knobs on fixed positions and then I interact/change with them after.
Is that possible at all or do I need to hack somehow to get it working as I wanted?
Thanks