What's the suggested way to add Tooltips to ToggleGroup items?
#3934
|
I tried rendering |
Replies: 2 comments
|
This is similar to the nested-interactive issue we hit with combined Typically, we wrap them with <TooltipTrigger as-child>
<span> {/* non-tab host for TooltipTrigger */}
<XXTrigger {...props} />
</span>
</TooltipTrigger>Bubbling focusin/focusout and pointer events (pointerover/pointermove, etc.) reach the Hope this helps |
|
You can also check: 7b9da86 and update your version of Ark as well. |
You can also check: 7b9da86 and update your version of Ark as well.