-
Max or min is null. In that case, either do not initialize or initialise with very lage values and disable.
https://glaze.hoffy.no/?id=47 with
Uncaught (in promise) Error: noUiSlider: 'range' 'm…
-
I have recently upgraded my Umbraco project to the laatest 10 version and the icon picker now throws the error below when opening a node that includes it and can no longer select an icon, page just fr…
-
Hello,
I had nouislider 14.7.1, ng2-nouislider 1.8.3 and Angular v14. I have updated to Angular 16, nouislider 15.7.1, ng2-nouislider 2.0.0. After this update one of the slider is not showing and …
-
This issue is carried from the nouislider.js package.
The behaviour I need from the slider is described here: https://github.com/leongersen/noUiSlider/issues/436#issuecomment-96971708
To be spec…
-
TypeScript:
```
form = this._formBuilder.group({
range: [[0, 20]]
});
```
Using `[formControl]` works fine:
```
```
But `formControlName` doesn't work:
```
…
-
As the documentation of noUISlider:
https://refreshless.com/nouislider/slider-options/#section-handle-attributes
```js
noUiSlider.create(slider, {
start: [10, 120],
handleAttributes: [
…
-
It would useful to be able to implement a non-linear range like with nouislider:
https://refreshless.com/nouislider/slider-values/#section-non-linear
-
They are a bit janky, so maybe we should use a library 🤔
Some examples 🤷
- https://github.com/angular-slider/ngx-slider
- https://github.com/tb/ng2-nouislider
-
I am using Angular 4 and I get this error on console
`nouislider.ts:292 Uncaught ReferenceError: exports is not defined
at nouislider.ts:292
(anonymous) @ nouislider.ts:292
`
-
I am getting this error:
Any way to make the `init` function idempotent?