todbot / Blink1Control2

Blink1Control GUI to control blink(1) USB RGB LED devices.
http://blink1.thingm.com/
Apache License 2.0
154 stars 24 forks source link

Add mouse-over hover help text for Preferences and other GUI controls #56

Open todbot opened 7 years ago

todbot commented 7 years ago

Normally should just be able to do title="some longer description..." for hover help text but React Bootstrap is confounding things it seems.

todbot commented 7 years ago

This is waiting until I upgrade react-bootstrap (it has a different API, which I think will be more amenable to hover text addons)

todbot commented 6 years ago

But, maybe I can just add title tags in the meantime?

todbot commented 6 years ago

The title attribute on the current version of the react-bootstrap <Input> tag only gives hover text for the checkbox, not the label.