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

Use UIElement focus

Open kmelmon opened this issue 4 years ago • 0 comments

Currently we have to create an extra wrapper Control for focus related APIs to work on RN components. In OSS XAML, UIElement supports being focused directly.

This task is tracking optimizing away the Control we currently create and setting focus directly on the XAML view.

kmelmon avatar Mar 12 '20 19:03 kmelmon