Microsoft/react-native-windows
View on GitHub[Fabric] Can't access overflowed text in TextInput and height wrongly increases
Open
#14379 opened on Feb 27, 2025
Area: FabricArea: LayoutArea: TextInputNew ArchitectureWorkstream: Component Paritybughelp wanted
Description
Problem Description
Originally from https://github.com/microsoft/react-native-windows/issues/14357
If text extends past the end of the input, we can't access the text (it doesn't "scroll" to the overflowed text). It also increases the height of the input even though multiline is not set (and does not wrap)