Skip to content
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

Pointer Labels on Hover #466

Open
jagathish opened this issue Nov 25, 2016 · 3 comments
Open

Pointer Labels on Hover #466

jagathish opened this issue Nov 25, 2016 · 3 comments

Comments

@jagathish
Copy link

hi,
I need to show pointer labels on hover or onchange the pointer.. any option is there??

@ValentinH
Copy link
Member

No there is no option to do that correctly but I don't think it would be very hard to implement it. Would you like to work on a pull request for it? I could help ;)

@jagathish
Copy link
Author

Yes, I have to implement that concept.

@ValentinH
Copy link
Member

I think the best way to go is to use the existing labels system and add logic to only show it on some conditions (could be several options): when focus, on pointer hover, on change. Thus, a flag should be set internally to show the label. Actually, no-show might be used to apply this flag in the template. Otherwise, the show/hide logic should be added in a new function called when needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants