-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Area: AccessibilityArea: SliderArea: TextInputNew 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
Behavior
Exposes methods and properties to support UI Automation client access to controls that contain range values.
Controls of control type Slider, Spinner, ScrollBar, ProgressBar, and Edit should conditionally support the IRangeValueProvider. See here for documentation.
Implementation Plan
We should:
- Implement the IRangeValueProvider APIs in CompositionDynamicAutomationProvider.
- Set the list of controls who implement the IRangeValueProvider to be Slider, Spinner, ScrollBar, ProgressBar, and Edit under certain conditions. To get more information on the conditions visit the page for the individual UIA control types.
For additional reference, see other provider implementations on Fabric: #11874
To Be Clarified
Metadata
Metadata
Assignees
Labels
Area: AccessibilityArea: SliderArea: TextInputNew 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