You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my tooltip set to show at all times. When my component first renders, the tooltip sits right on top of the handle. When you click the handle it jumps up to its correct position.
* feat(create-slider-with-tooltip): add get container method
* follow the issue #598
* add the possibility to add a get container method to fix the relative parent of the slider's tooltip
* fix(create-slider-with-tooltip): default behaviour of getTooltipContainer
* fix(create-slider-with-tooltip): import handle
* fix(create-slider-with-tooltip): add one test
* fix(create-slider-with-tooltip): dumb commit
* fix(create-slider-with-tooltip): dumb commit
I have my tooltip set to show at all times. When my component first renders, the tooltip sits right on top of the handle. When you click the handle it jumps up to its correct position.
My related code:
Custom handle:
The component:
And lastly, the CSS:
Any ideas what might be going on?
The text was updated successfully, but these errors were encountered: