-
Negative floats causing issues with range slider component
Hi All,
Im having an issue with the Range Slider component. It seems to have incorrect behaviour when dealing with negatives, in my case, floats.
Below is 2 examples of range sliders. They are identical apart from the fact that the data source for the slider on the left has filter; where X >= 0.
The slider on the left behaves as expected however the slider on the right has its draggable element locked to the far right. The draggable element will not move upon interaction.
This is the data source for the slider:
I am only using the Selected Min Value and Selected Max Value view states as outputs of the slider.
The x axis type is configured as Number
Log in to reply.