Microsoft/react-native-windows

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

Ouverte

#14 379 ouverte le 27 févr. 2025

 (1 commentaire) (0 réaction) (0 personne assignée)C++ (1 134 forks)batch import
Area: FabricArea: LayoutArea: TextInputNew ArchitectureWorkstream: Component Paritybughelp wanted

Métriques du dépôt

Stars
 (16 129 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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)

Image

Guide contributeur