-
Using data- attributes like data-range, data-max, data-min to specify options, would make it much easier to use especially for people using JS templates. This is not something that needs to be done it…
-
I want the slider to increase/decrease by 1 step when clicking on either the left/right side of the handlebar. It should still be possible to drag the handle as well.
Any idea how to achieve this, kn…
-
Doing some ADA compliance and I realized that when a user tabs to the handle and moves it using the keyboard, that slider.noUiSlider.on('end', function(){ }); is not invoked.
"Update" does fire whe…
ghost updated
2 years ago
-
Thank you for making your code available! Could you please add an OSI-approved LICENSE file to the repo so that it's clear under what terms the content is provided, and under what terms user contribut…
dhruv updated
2 years ago
-
I'm using the plugin with two handles for two drop downs.
On binding of the plugin, I set up some default serialization formatting and two Links per drop down. I've added a slide event to check the v…
-
Looking forward for mouse wheel support added, especially when slider is used as a volume range control.
-
I don't know how to modify for RTL style!!?
-
Hi, thanks for this great plugin. I have a question, is there any way to set minimal value in range? I have range from 0 to 5, and I need a handle to stop moving left on 1.
-
Hi Leon,
I am trying to use your plugin to finish a job -I had a developer create the code which I have used and works ok in standalone html set up:
http://www.autopilotyourbusiness.com/test/neil/neil…
-
https://stackblitz.com/edit/angular-6-nouislider-fdgktg?file=app/slider-overview-example.html
Attached is a stackblitz of the issue. I have custom steps for a connected slider but want to allow th…