Skip to content

feat: Support tooltips on Tags and Tabs #7793

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Conversation

devongovett
Copy link
Member

Closes #6800, closes #7303, closes #7289

Alternative implementation of #7289. Instead of making TooltipTrigger into a collection component, we can forward FocusableContext from the fake DOM tree into the real DOM tree. Tooltip itself will be rendered into the real DOM via a portal.

@rspbot
Copy link

rspbot commented Feb 19, 2025

@rspbot
Copy link

rspbot commented Feb 19, 2025

## API Changes

@react-aria/interactions

/@react-aria/interactions:FocusableContext

+FocusableContext {
+  UNTYPED
+}

@snowystinger snowystinger added this pull request to the merge queue Feb 20, 2025
Merged via the queue into main with commit a20933c Feb 20, 2025
30 checks passed
@snowystinger snowystinger deleted the tooltip-collection branch February 20, 2025 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ListBoxItem - Adding onFocusChange Can't use Tooltip with Tab
5 participants