-
Notifications
You must be signed in to change notification settings - Fork 162
Add Tooltip support #701
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
Add Tooltip support #701
Conversation
|
|
Are there any other controls that might need this? For instance macOS sliders have a tooltip to represent the % it's set to. Checkboxes also have tooltips and so can TextInputs on macOS. If we can easily enough get them all up and running that'd probably save us some time in the future |
Sure, I added tooltip support to slider and text input. I think Checkbox has been removed from React Native and has a community module for it now - https://github.com/react-native-community/react-native-checkbox |
|
Run |
|
I tried cloning your branch and making this change myself but I don't have permissions to push to your fork (probably a good thing :)). You'll want to add |
Please select one of the following
Summary
This change adds tooltip support for the following components:
Changelog
[CATEGORY] [TYPE] - Message
Test Plan
Microsoft Reviewers: Open in CodeFlow