Closed
Description
Steps to reproduce
- Say the ciel value is 100
- When we start sliding towards it around 90 or 91 the label disappears.
- Both for min and max
Expected behaviour
There should be a config which can be done to keep the label even when it reaches the limit.
Actual behaviour
It hides the label.We have an option 'hideLimitLabels' however it hides the limit label completely.
We have a function 'updateHighHandle' which calls this.shFloorCeil() which I believe add the visibility hidden to the CSS. If this can be configured it will be nice.not to call the function.