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