Fabric: Change in a JS view's accessibilityValue
prop does not fire the appropriate UIA update event
#12361
Labels
Area: Accessibility
Area: Fabric
Support Facebook Fabric
bug
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
PR Follow-up
Issue created in response to PR Feedback (labeled so we can gather telemetry on follow-up)
Workstream: Accessibility
Ensure RNW Fabric apps are properly accessible.
Milestone
Problem Description
In PR #12287, support for the
accessbilityValue
prop was added. However it seems like only theTextInput
actually files an event (when the text changes). However other custom views which set (and change) that property won't fire an event to notify UIA.I.e. ComponentBaseComponentView should have something like this in
updateAccessibilityProps
:Steps To Reproduce
Code analysis
Expected Results
No response
CLI version
npx react-native -v
Environment
Target Platform Version
None
Target Device(s)
No response
Visual Studio Version
None
Build Configuration
None
Snack, code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered: