-
-
Notifications
You must be signed in to change notification settings - Fork 496
The min and max range value disappears when reached at a certain point. #399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't understand what you need |
say i want to drag the slider towards the max value which is 100 , at a certain point, the label max $100 disappears (say at $80) however I would like the label to stay even if I have reached the limit. |
So like on my screenshot? |
i the directive we have a function updateHighHandle' which calls this.shFloorCeil() which I believe add the visibility hidden to the CSS. So if there is a way we can configure it. |
https://jsfiddle.net/saptorshiDas/87ydqyww/ When I drag the slider above say 95 the label disappers. Please kindly check. |
What I'm asking is that if the result I shown in my first screenshot is what you expect? |
Yes! |
OK! Then I'll add an option to disable this auto hiding behavior. But are you sure of it, because in my opinion, it looks weird to have overlapped labels |
yup that should help. If i need any more help i will get back to you. Thanks a ton!! |
Valentin, When can please provide me with the time you might need to make this change as its urgent.Thanks |
If it's urgent, you should do it yourself and contribute a pull request! ;) |
Implemented in #405 |
Steps to reproduce
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.
The text was updated successfully, but these errors were encountered: