Open todbot opened 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)
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.
Normally should just be able to do
title="some longer description..."
for hover help text but React Bootstrap is confounding things it seems.