-
Notifications
You must be signed in to change notification settings - Fork 35
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
Disable only right tooltip #24
Comments
You might want to not choose range slide and just user the single that way you only get 1 tooltip... But tell me what you are trying to do and I might help out if required I can code that for you in case it makes sense |
On the top of my head I think in |
yes but it disables both: the left and the right tooltip. it would need a setting to address both individually. like the lefthandler and the righthandler. |
ok, I wont be able to do it now, but will have a look later. If you want in the meanwhile feel free to make a PR. |
Maybe will create an enum like: enum DisableTooltip {
None,
All,
Left,
Right
} it will be default to None. |
sounds good. |
Is it possible to disable only the right tooltip?
Thanks
The text was updated successfully, but these errors were encountered: