Copilot
Copilot
## Summary Fixes the issue where `onChangeText` would fire twice when typing the first character in a Fabric TextInput, when it should only fire once. ## Problem In Fabric TextInput,...
This PR adds comprehensive functional tests for the TouchableOpacity component to the E2E test app (Fabric) to validate various functionality scenarios as requested in the issue. ## Changes Made Added...
This PR adds functional tests for the Pressable component to the E2E test app (Fabric) to validate key functionality scenarios as requested in the issue. ## Changes Made ### New...
This PR implements functional tests for the Button component in the E2E test app (Fabric) to validate dynamic behavior during fast refresh scenarios. ## Changes Made ### New Dynamic Button...
This PR implements support for the `writingDirection` property in the Fabric Text component, bringing React Native Windows to parity with the documented React Native Text API. ## Changes - Added...
This PR implements the missing `onPressOut` event emission for TextInput in the React Native Windows fabric implementation. ## Problem The `onPressOut` property was available in RNW Paper via TextInputViewManager but...
This PR adds a new functional test to validate that View components properly update their styles during fast refresh scenarios, addressing a gap in the E2E test coverage for the...
This PR adds comprehensive functional tests for the FlatList component to validate core functionality that developers typically verify during fast refresh workflows. ## Added Tests The following functional tests have...
This PR adds comprehensive functional tests for the TextInput component in the E2E test app (Fabric) to validate key functionality scenarios as outlined in the issue. ## Changes Made Added...
## Summary Fixes TextInput caret becoming invisible when using white backgrounds in Windows dark mode. The issue occurred because the caret color defaulted to the theme's text color (white in...