Add support for onFocus prop #13364
Labels
Area: Accessibility
Area: Focus
enhancement
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Workstream: Accessibility
Ensure RNW Fabric apps are properly accessible.
Milestone
Documentation
https://reactnative.dev/docs/touchablewithoutfeedback#onblur
Behavior
Handler invoked when component loses focus. This prop is only supported for some of the core component set. Take a look at the sub issues below to see which components should have their
onBlur
prop implemented.We could use UIA data to determine when a component has gained focus. Possible helpful APIs:
Implementation Plan
We should:
onBlur
prop set.To Be Clarified
The text was updated successfully, but these errors were encountered: