You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that you cannot change min and max inputs if you are also using the config input. In other words, if min/max values change at runtime, they instantly revert to what the slider started with
I noticed that you cannot change
min
andmax
inputs if you are also using theconfig
input. In other words, if min/max values change at runtime, they instantly revert to what the slider started with<nouislider [min]="min" [max]="max" [connect]="true" [step]="1" [formControl]="sliderCtrl" [config]="config"></nouislider>
Here is a stackblitz with repro steps:
https://stackblitz.com/edit/angular-d7pkdz
A workaround is to just use other inputs instead of config.
The text was updated successfully, but these errors were encountered: