Open designosis opened 8 years ago
@neokio just a tip when referencing to source code on GitHub. Currently looking into this, but not sure which line you mean, probably this one:
Can you provide a PR that fixes this? Essentially by first checking wheter data-tooltip
has to be set at all...
This is just an FYI for anyone who uses Semantic UI ...
Line 2254 of jquery.daterangepicker.js sets
data-tooltip
to'today'tooltip'
, even if it's blank orhoveringTooltip
is set tofalse
. This causes Semantic UI to show a blank tooltip.By commenting out line 2254, the range picker works great with Semantic UI, despite losing the tooltip.