-
I have used the F7 slider for basic stuffs but it is missing great features that I need for my APP so in this case I have to install extra the noUISlider that has all the aspects I need It will be gre…
-
Hi, have a problem on mobile devices using noUiSlider and mCustomScrollbar, example(can see on crome mobile emulator): http://jsfiddle.net/yzpf6jss/3/
Have any solution of this problem?
-
throw error;
^
Error: couldn't read entire resource
at Object.files.readBufferWithLengthAndOffset (/tools/fs/files.js:1599:13)
at /tools/isobuild/isopack.js:1001:26
at Array.f…
-
https://github.com/tb/ng2-nouislider/blob/master/src/nouislider.ts#L91
As you can see on the link above the start value looks for formControl or ngModel. I tend to use formControlName and was getti…
-
I'm still running into fastboot issues- The app is not crashing, but throws a dank js error and will not fully render the page.
```
Error: Could not find module "noUiSlider" imported from "ember-cli-…
-
Hello, Thanks for the package !
I'm quite new about API. Now I am trying to set value of the slider, but .set()(http://refreshless.com/nouislider/slider-read-write/) seems not to work in meteor packag…
-
I've been trying to dynamically update the slider adding range sliders at the (click) event, but nothing seems to happen.
HTML
```
```
TS
```
configSliderSun: any = {
start: [0, 1…
-
I have code that consumes noUiSlider events. It'd be really neat if I could do something like
```
var sliderInstance = noUiSlider.create(el, options);
sliderInstance.on('change', dostuff);
sli…
-
Hey there, I was just wondering if there was in built hover action handler similar to this example
https://refreshless.com/nouislider/behaviour-option/
Also another issue while reading the doc is …
tchan updated
7 years ago
-
I have a quite long script which creates few css and js that I use differently depending on the page. The plugin works fine but it's not uploading the other css and js.
mix.js('resources/js/app.js'…