Microsoft/react-native-windows
在 GitHub 查看[Fabric] Can't access overflowed text in TextInput and height wrongly increases
Open
#14,379 创建于 2025年2月27日
Area: FabricArea: LayoutArea: TextInputNew ArchitectureWorkstream: Component Paritybughelp wanted
仓库指标
- Star
- (6,114 star)
- PR 合并指标
- (平均合并 4天 14小时) (30 天内合并 45 个 PR)
描述
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)