Bug when moving right handle
See original GitHub issueHi,
I’m using ng2-nouislider version 1.7.4, and nouislider version 10.0.0. and I experience a strange bug when using the slider with 2 handles and databound values.
The bug can be seen here: https://imgur.com/GpUL2vr
Here is the code I use:
<nouislider [connect]="true"
#sliderRef
[(ngModel)]="SelectedRange"
[behaviour]="drag"
[min]="SliderMinValue"
[max]="SliderMaxValue"
style="margin:20px 30%"
[config]="SliderConfig"
[step]="60000"></nouislider>
public SliderMinValue: number;
public SliderMaxValue: number;
public SelectedRange: number[];
public SliderConfig = {
pips: {
mode: 'count',
density: 2,
values: 5,
stepped: true,
format: new TickDateFormatter()
}
};
I tried downgrading nouislider to version 9.2.0 and this worked, but I need a functionnality introduuced in version 10 (pips labels refreshing when changing options) so it is not an option for me.
What is wrong ? I don’t experience that behaviour on the demo website…
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
Try First: Easy FIX for Stuck Front Door Handle - YouTube
The thumb latch / handle on my front door became very hard to press down. Check out how easy it is to repair...
Read more >My right joystick is slightly moving up - Xbox One ... - iFixit
On mine, the right stick drifts when I steer the left stick, or when I push R3 (right hand side stick down at...
Read more >Why are all these bugs appearing on the side or inside of my ...
Three true bugs (Hemiptera) common on the exterior of structures: brown marmorated stink bug (top left), boxexlder bug (bottom left) and western ...
Read more >The 16 Most Disgusting House Bugs and How To Get Rid of ...
Fruit Flies Crickets Beetles Millipedes Mosquitoes Centipedes Fleas Spiders Flies Termites Gnats Bed Bugs
Read more >[MCPE-156103] The right button on mobile is broken I can't ...
The right button on mobile is broken I can't move to the right when I press the right button it punches instead of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think it was something like this: npm install nouislider@9.2.0
I have exactly the same problem, but with my left handle. Very strange