This is a release candidate for dash-bootstrap-components 1.2.0
Added
Tooltip
can now be shown and hidden from callbacks via the newis_open
prop (PR 861)- Added
trigger
prop toTooltip
which behaves liketrigger
prop ofPopover
, allowing users to control what causes the tooltip to show (PR 861) - Added
fade
prop toTooltip
, which behaves likefade
prop ofAlert
, allowing users to control whether the tooltip shows and hides with a fade animation or not ((PR 861) - Add
persistence
prop toAlert
,Carousel
,Popover
,Toast
((PR 872)