react-native-windows
react-native-windows copied to clipboard
Implement overflow property for TextInput for fabric
Implement the overflow property for the fabric implementation of TextInput.
This property was available in RNW Paper via NativeUIManager.
See https://reactnative.dev/docs/layout-props#overflow for details.
This is a Layout Property that needs to be applied to all component, most likely this will be implemented in CompositionViewComponentView and then inherited from the rest of the components