react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

A framework for building native Windows apps with React.

Results 364 react-native-windows issues
Sort by recently updated
recently updated
newest added

## Documentation https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.iscrollprovider?view=windowsdesktop-8.0 ## Behavior Exposes methods and properties to support UI Automation client access to a control that acts as a scrollable container for a collection of child objects....

enhancement
Area: Accessibility
Area: ScrollView
New Architecture

## Documentation https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.itextprovider?view=windowsdesktop-8.0 ## Behavior Exposes methods and properties to support UI Automation client access to controls that act as containers for a collection of individual, selectable child items. The...

enhancement
Area: Accessibility
Area: Slider
New Architecture

## Documentation https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.iselectionitemprovider?view=windowsdesktop-8.0 ## Behavior Exposes methods and properties to support UI Automation client access to individual, selectable child controls of containers that implement [ISelectionProvider](https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.iselectionprovider?view=windowsdesktop-8.0). Controls of control type DataItem,...

enhancement
Area: Accessibility
New Architecture

## Documentation https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.iexpandcollapseprovider?view=windowsdesktop-8.0 ## Behavior Exposes methods and properties to support UI Automation client access to controls that can expand and collapse. Controls of control type AppBar, SplitBar, ComboBox, and...

enhancement
Area: Accessibility
New Architecture

## Documentation https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.irangevalueprovider?view=windowsdesktop-8.0 ## 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...

enhancement
Area: Accessibility
Area: TextInput
Area: Slider
New Architecture

Add support for ITextRangeProvider ## Documentation https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.itextrangeprovider?view=windowsdesktop-8.0 ## Behavior Exposes methods and properties to support UI Automation client access to a span of continuous text in a text container that...

enhancement
Area: Accessibility
Area: TextInput
New Architecture

## Documentation https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.itextprovider?view=windowsdesktop-8.0 ## Behavior Exposes methods and properties to support UI Automation client access to controls that contain text. Controls of control type Document should always implement the ITextProvider....

enhancement
Area: Accessibility
Area: TextInput
Area: Text
New Architecture

An edit to TextInputSharedExamples.windows.js created an error in our E2E tests because the example was not written in valid TextInput format. Example was changed in 5/31 integration to resume successful...

enhancement
Deforking
Integration Follow-up

The tooling and templates necessary for end developers to create their own Win32 library so they can implement WinAppSDK scene graph (composition) visuals for custom RN host components. Without this...

enhancement
Deliverable
Area: Fabric
Area: Islands
Area: Turbo Modules
New Architecture
Area: Library Template

Implement the autoCapitalize property for the fabric implementation of TextInput. Note: A commented out version of this already exists in our new fabric code and may possibly just need to...

enhancement
API: Completion
Area: TextInput
Area: Fabric
Area: Component Views
New Architecture
Parity: Fabric vs. Paper