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 this case where I attached a Tooltip to a button to tell the user that something is missing in order to continue.
So once the user completes some stuff I would like stop showing the tooltip.
After trying and digging around some options I decided to achieve the mentioned issue by setting the .tooltip element , that the component inject , as display:none when the user completes some stuff.
I think is a kind of workaround. It will be nice to pass some prop the the Tooltip component to dynamically stop/disable the ".tooltip" element to be injected.
Hello and thanks a lot for crafting Smelte!
I have this case where I attached a Tooltip to a button to tell the user that something is missing in order to continue.
So once the user completes some stuff I would like stop showing the tooltip.
After trying and digging around some options I decided to achieve the mentioned issue by setting the
.tooltip
element , that the component inject , asdisplay:none
when the user completes some stuff.I think is a kind of workaround. It will be nice to pass some prop the the Tooltip component to dynamically stop/disable the ".tooltip" element to be injected.
Snippet example:
The text was updated successfully, but these errors were encountered: