Use UIElement focus #4305
Labels
Area: Focus
enhancement
Needs WinUI 3
Indicates that feature can only be done in WinUI 3.0 or beyond.
Workstream: Component Parity
Close the parity gap between RNW and RN for core RN components and their supporting APIs.
Milestone
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.
The text was updated successfully, but these errors were encountered: