-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add description popovers to unclear setup labels #40
Comments
The only problem I see with this issue would be popovers for mobiles : I had in mind to do this on hover, but you can't hover on mobile, and clicking / tapping already focuses the input field / triggers the action for checkboxes... Would this issue be covered by #31? |
And it doesn't make sense to toggle the checkbox when tapping the label. Simply removing the label connection to the checkbox allows for hover / tapping to display a popover. |
Also tweaks checkbox labels to allow for hoverable text description, closing #40
Thinking of the new option added for #38...
The text was updated successfully, but these errors were encountered: