We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
data-tooltip-float
1 parent 2338bd5 commit c9cb907Copy full SHA for c9cb907
src/components/TooltipController/TooltipController.tsx
@@ -106,7 +106,7 @@ const TooltipController = ({
106
setTooltipDelayHide(value === null ? delayHide : Number(value))
107
},
108
float: (value) => {
109
- setTooltipFloat(value === null ? float : Boolean(value))
+ setTooltipFloat(value === null ? float : value === 'true')
110
111
}
112
// reset unset data attributes to default values
0 commit comments