Skip to content

feat(fabric): add support for tooltip - #2714

Merged
Saad Najmi (Saadnajmi) merged 3 commits into
microsoft:mainfrom
Saadnajmi:tooltip
Oct 6, 2025
Merged

feat(fabric): add support for tooltip#2714
Saad Najmi (Saadnajmi) merged 3 commits into
microsoft:mainfrom
Saadnajmi:tooltip

Conversation

@Saadnajmi

@SaadnajmiSaad Najmi (Saadnajmi) commented Oct 1, 2025

Copy link
Copy Markdown
Collaborator

Summary:

Cherry pick a change from #2117 to add tooltip support

Test Plan:

Existing test page works

Summary: This diff adds the macOS `tooltip` property to the View component and assigns the provided text to the native NSView `toolTip` property.
Test Plan:
* Run Zeratul with Fabric enabled
* Hover over buttons and check that a tool tip is displayed.
https://pxl.cl/4nM7h
Reviewers: shawndempsey, #rn-desktop
Reviewed By: shawndempsey
Differential Revision: https://phabricator.intern.facebook.com/D54045717
Comment threadpackages/rn-tester/js/examples/Tooltip/TooltipExample.js Outdated
@Saadnajmi
Saad Najmi (Saadnajmi) merged commit 9006981 into microsoft:mainOct 6, 2025
39 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Saadnajmi@tido64