The current Tooltip component has some fixed timeout which decides how long the tooltip remains visible after a mouseout event.
https://github.com/reactstrap/reactstrap/blob/master/src/Tooltip.jsx#L63
It would be nice to have the option of changing this via an option prop.
I think the usual use case (also the case for me) is not wanting any delay at all - i.e. timeout: 0.
Unless there is some specific reason why the fixed timeout exists?
The current Tooltip component has some fixed timeout which decides how long the tooltip remains visible after a mouseout event.
https://github.com/reactstrap/reactstrap/blob/master/src/Tooltip.jsx#L63
It would be nice to have the option of changing this via an option prop.
I think the usual use case (also the case for me) is not wanting any delay at all - i.e. timeout: 0.
Unless there is some specific reason why the fixed timeout exists?