You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The accessibilityPosInSet prop indicates what position an element is within a set of elements. This prop should take a numeric value.
The value for this prop should be used to set the value of the UIA PositionInSet attached property (See here for documentation on this property).
Implementation Plan
We should:
Take the value of the accessibilityPosInSet prop and set the UIA PositionInSet property for that component to be submitted value.
To Be Clarified
Note this prop should be specified in tandem with the accessibilitySetSize prop. We should consider filing a Yellow or Red Box error if the source only specifies accessibilityPosInSet.
The text was updated successfully, but these errors were encountered:
@Yajur-Grover do we still need this issue open? I see a bunch of filed issues to implement accessibilityPosInSet for each of the core components. Example: #13078
Add support for the
accessibilityPosInSet
prop.Documentation
accessibilitPosInSet Documentation
Behavior
The
accessibilityPosInSet
prop indicates what position an element is within a set of elements. This prop should take a numeric value.The value for this prop should be used to set the value of the UIA PositionInSet attached property (See here for documentation on this property).
Implementation Plan
We should:
accessibilityPosInSet
prop and set the UIAPositionInSet
property for that component to be submitted value.To Be Clarified
Note this prop should be specified in tandem with the
accessibilitySetSize
prop. We should consider filing a Yellow or Red Box error if the source only specifiesaccessibilityPosInSet
.The text was updated successfully, but these errors were encountered: