205stelzear / elections

Website / Webapp to create and view elections for any Scout group
https://205stelzear-elections.v-ed.ca/
MIT License
0 stars 0 forks source link

Add description popovers to unclear setup labels #40

Closed V-ed closed 5 years ago

V-ed commented 5 years ago

Thinking of the new option added for #38...

V-ed commented 5 years ago

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?

V-ed commented 5 years ago

but you can't hover on mobile, and clicking / tapping already focuses the input field / triggers the action for checkboxes...

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.