Krystal Kramer
Krystal Kramer
I'm also in favor of this proposal 🙂 my questions are: - Have you considered adding properties `accessibilityMultiSelectable` and `accessibilityRequired` that would be equivalent to [aria-multiselectable](https://www.w3.org/TR/wai-aria-1.1/#aria-multiselectable) and [aria-required](https://www.w3.org/TR/wai-aria-1.1/#aria-required)? We currently...
Closing this PR - no longer needed.
Closing this PR - no longer needed.
@necolas We're currently looking at adding support for defining text heading levels in [react-native-win32](https://github.com/microsoft/react-native-windows/tree/main/packages/%40office-iss/react-native-win32#office-issreact-native-win32) by reusing the existing [`accessibilityLevel`](https://github.com/microsoft/react-native-windows/blob/main/packages/%40office-iss/react-native-win32/src/Libraries/Components/View/ViewWin32.Props.ts#L215) prop we have defined which is also referenced in the proposal...