Microsoft/react-native-windows

[Fabric] Can't access overflowed text in TextInput and height wrongly increases

Open

#14.379 aperta il 27 feb 2025

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C# (544 fork)batch import
Area: FabricArea: LayoutArea: TextInputNew ArchitectureWorkstream: Component Paritybughelp wanted

Metriche repository

Star
 (6114 star)
Metriche merge PR
 (Merge medio 4g 14h) (45 PR mergiate in 30 g)

Descrizione

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)

Image

Guida contributor