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

[0.67] Add new prop alwaysShowToolTip to ViewWin32 (#10381)

Open lenahong opened this issue 3 years ago • 0 comments

  • add new prop alwaysShowToolTip to ViewWin32

  • Change files

  • Change files

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.67 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
Microsoft Reviewers: Open in CodeFlow

lenahong avatar Aug 22 '22 23:08 lenahong