-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Area: AccessibilityArea: FocusNew ArchitectureBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricWorkstream: AccessibilityEnsure RNW Fabric apps are properly accessible.Ensure RNW Fabric apps are properly accessible.enhancement
Milestone
Description
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:
- Store the callback function for a component that has its
onBlurprop set. - Create an event handler to monitor when the component incurs a focus event. When the focus event occurs, call the callback function.
To Be Clarified
Metadata
Metadata
Assignees
Labels
Area: AccessibilityArea: FocusNew ArchitectureBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricWorkstream: AccessibilityEnsure RNW Fabric apps are properly accessible.Ensure RNW Fabric apps are properly accessible.enhancement
Type
Projects
Status
Done