Yajur Grover

Results 10 issues of Yajur Grover

### Problem Description Currently, when a Pressable has the `disabled` property set to `true`, users can still activate it when using a keyboard input. When using a mouse to click,...

bug
Area: Accessibility
Area: Keyboard
Area: Pressable

### Problem Description The `setAccessibilityFocus()` method does not set Narrator focus on specific components when using Narrator. Some example components that don't work include Popup and Text. With these components,...

bug
Area: Accessibility
Area: Text
Area: Focus
Area: Popup
Recommend: Not Planned
Area: Paper
Old Architecture

### Summary Currently, there is only support for one type of 'header' announcement within narrator, as the `accessibilityLabel` prop only takes one type of 'header' property. Because of this, we...

enhancement
Area: Accessibility

## Documentation accessibilityValue documentation: https://reactnative.dev/docs/accessibility#accessibilityvalue ## Behavior Explanation From the documentation: "Represents the current value of a component. It can be a textual description of a component's value, or for...

enhancement
Area: Accessibility
Workstream: Accessibility

Add support for the `accessibilityPosInSet` prop. ## Documentation [accessibilitPosInSet Documentation](https://microsoft.github.io/react-native-windows/docs/iviewwindowsprops-api) ## Behavior The `accessibilityPosInSet` prop indicates what position an element is within a set of elements. This prop should take...

enhancement
Area: Accessibility

Add support for the `accessibilitySetSize` prop. ## Documentation [accessibilitySetSize documentation](https://microsoft.github.io/react-native-windows/docs/iviewwindowsprops-api) ## Behavior The `accessibilitySetSize` prop indicates to accessibility services that the Component is within a set with the given size....

enhancement
Area: Accessibility

Add support for `accessibilityLabeledBy` prop. It doesn't look like this prop was implemented for Paper. Thus, implementing this prop is not needed for parity with Paper, so we can hold...

enhancement
Area: Accessibility

Add support for `nativeId` prop. Does not appear that implemented this prop natively on Windows. May not be necessary to implement for parity with Paper.

enhancement
Area: Accessibility

Add support for `accessibilityLiveRegion` / `aria-live` prop. ## Documentation [accessibilityLiveRegion Documentation](https://reactnative.dev/docs/accessibility#accessibilityliveregion-android) ## Behavior When components dynamically change, we want TalkBack to alert the end user. This is made possible by...

enhancement
Area: Accessibility

Add support for `AcceleratorKey` prop. It does not appear this prop was implemented on Paper. We can leave this issue as if for now and reassess later if this is...

enhancement
Area: Accessibility