Blink1Control2
Blink1Control2 copied to clipboard
Add mouse-over hover help text for Preferences and other GUI controls
Normally should just be able to do title="some longer description..." for hover help text but React Bootstrap is confounding things it seems.
This is waiting until I upgrade react-bootstrap (it has a different API, which I think will be more amenable to hover text addons)
But, maybe I can just add title tags in the meantime?
The title attribute on the current version of the react-bootstrap <Input> tag only gives hover text for the checkbox, not the label.