Uh oh!
There was an error while loading. Please reload this page.
Add Tooltip support - #701
Conversation
|
HeyImChris
commented
Jan 28, 2021
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 |
chiuam
commented
Jan 28, 2021
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 |
HeyImChris
commented
Jan 29, 2021
Run |
HeyImChris
commented
Jan 29, 2021
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