Microsoft/react-native-windows

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

Open

#14.379 aberto em 27 de fev. de 2025

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C# (544 forks)batch import
Area: FabricArea: LayoutArea: TextInputNew ArchitectureWorkstream: Component Paritybughelp wanted

Métricas do repositório

Stars
 (6.114 stars)
Métricas de merge de PR
 (Mesclagem média 4d 14h) (45 fundiu PRs em 30d)

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

Guia do colaborador