react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Add new prop alwaysShowToolTip to ViewWin32

Open lenahong opened this issue 1 year ago • 0 comments

Description

Adding the alwaysShowToolTip prop for RNWin32's View.

Type of Change

  • New feature (non-breaking change which adds functionality)

Why

To keep native behavior where certain components are tagged to not show tooltips while giving clients the flexibility to use JS to override this behavior and show tooltips if necessary.

This change will be backported back to 0.66 so that it can be consumed by Office.

What

Added alwaysShowToolTip prop to the typing for ViewWin32. Also added alwaysShowToolTip to the list of validAttributes.

Microsoft Reviewers: Open in CodeFlow

lenahong avatar Aug 09 '22 02:08 lenahong