react / react/react-native

Keyboard on iOS 18 changes from uppercase to lowercase when changing the text input field

未关闭
#47,997 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

API: Keyboard Issue: Author Provided Repro Needs: Attention Needs: Repro Platform: iOS
主要语言
C++
星标
127k
派生
25.3k
平均合并
1 天 23 小时
30 天内合并 PR
4

描述

Description

I encountered an issue where the keyboard changes from uppercase to lowercase when switching focus between two TextInput fields. Specifically, when focusing from Text Input Field A to Text Input Field B, and then back from Text Input Field B to Text Input Field A, the keyboard behavior unexpectedly switches between uppercase and lowercase.

This issue occurs on iOS 18.

Steps to reproduce
  1. Add two TextInput fields.
  2. Focus on TextInput 1 and input some text (e.g., "T").
  3. Focus on TextInput 2 and input some text (e.g., "B").
  4. Focus back on TextInput 1.
  5. Focus back on TextInput 2.
  6. Observe that the keyboard switches from uppercase to lowercase and the first letter of the text remains uppercase.
                    <View style={styles.mb4}>
                        <TextInput
                            accessibilityLabel="Text input field"
                            style={{
                                width: 100,
                                height: 40, // Added height for the input box
                                borderWidth: 1, // Corrected border style
                                backgroundColor: 'red', // Corrected background color property
                            }}
                        />
                    </View>
                    <View>
                        <TextInput
                            accessibilityLabel="Text input field"
                            style={{
                                width: 100,
                                height: 40, // Added height for the input box
                                borderWidth: 1, // Corrected border style
                                backgroundColor: 'red', // Corrected background color property
                            }}
                        />
                    </View>

https://github.com/user-attachments/assets/515136b9-bbd8-45a5-9112-db6cbce6d148

React Native Version

0.76.3

Affected Platforms

Runtime - iOS

Output of npx react-native info
System:
  OS: macOS 15.0
  CPU: (11) arm64 Apple M3 Pro
  Memory: 244.06 MB / 18.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 20.15.1
    path: ~/.nvm/versions/node/v20.15.1/bin/node
  Yarn: Not Found
  npm:
    version: 10.7.0
    path: ~/.nvm/versions/node/v20.15.1/bin/npm
  Watchman:
    version: 2024.09.23.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods: Not Found
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 24.0
      - iOS 18.0
      - macOS 15.0
      - tvOS 18.0
      - visionOS 2.0
      - watchOS 11.0
  Android SDK:
    API Levels:
      - "31"
      - "33"
      - "34"
    Build Tools:
      - 34.0.0
      - 35.0.0
    System Images:
      - android-34-ext12 | Google Play ARM 64 v8a
      - android-34 | Intel x86_64 Atom
      - android-34 | Google APIs ARM 64 v8a
      - android-34 | Google APIs Intel x86_64 Atom
      - android-35 | Google Play ARM 64 v8a
    Android NDK: Not Found
IDEs:
  Android Studio: 2024.1 AI-241.19072.14.2412.12360217
  Xcode:
    version: 16.0/16A242d
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 17.0.12
    path: /usr/bin/javac
  Ruby:
    version: 3.3.4
    path: /Users/lehuu/.rbenv/shims/ruby
npmPackages:
  "@react-native-community/cli":
    installed: 15.0.1
    wanted: 15.0.1
  react:
    installed: 18.3.1
    wanted: 18.3.1
  react-native:
    installed: 0.76.3
    wanted: 0.76.3
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: true
iOS:
  hermesEnabled: true
  newArchEnabled: true
Stacktrace or Logs
N/A
Reproducer

https://snack.expo.dev/pT5crg9nC5joocIBBOZGo

Screenshots and Videos

https://github.com/user-attachments/assets/847035b3-39e6-4da6-9bb8-e110302533ba

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

在 iOS 18 上使用 React Native 0.76.3,从链接的 Snack 复现程序开始,按照 issue 中描述的两个 TextInput 聚焦顺序操作。未指定源文件或测试;确认大写/小写转换,并将切换字段时键盘行为一致定义为完成标准。

由索引模型根据 Issue 内容生成。

评估

技术栈
ios, react-native
领域
mobile-dev
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。