react / react/react-native

textContentType='streetAddressLine2' is not working in ios

未关闭
#42,764 2 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

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

描述

Description

In my react native app I want to show suggestion for address the suggestion works for textContentType='streetAddressLine1' I get the name of the street that is saved in the contacts but for textContentType='streetAddressLine2' it is not working .No suggestion is comming up there

Steps to reproduce
  1. install the react native app with react native version "0.73.3".
  2. In the app.tsx file create 2 TextInput with textContentType 'streetAddressLine1' and 'streetAddressLine2'.
  3. Got to the contacts app in your ios simulator select a profile which have the complete address filled ,In my case it is David Taylor profile make sure the complete address is filled .
  4. now for 'streetAddressLine1' u will get the suggestion on the keyboard but not for 'streetAddressLine2'
React Native Version

0.73.3

Affected Platforms

Runtime - iOS

Output of npx react-native info
System:
  OS: macOS 14.2.1
  CPU: (10) arm64 Apple M2 Pro
  Memory: 138.41 MB / 16.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 20.9.0
    path: /usr/local/bin/node
  Yarn: Not Found
  npm:
    version: 10.1.0
    path: /usr/local/bin/npm
  Watchman:
    version: 2023.11.13.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods:
    version: 1.14.2
    path: /opt/homebrew/bin/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 23.2
      - iOS 17.2
      - macOS 14.2
      - tvOS 17.2
      - watchOS 10.2
  Android SDK: Not Found
IDEs:
  Android Studio: 2022.3 AI-223.8836.35.2231.11090377
  Xcode:
    version: 15.1/15C65
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 11.0.21
    path: /usr/bin/javac
  Ruby:
    version: 3.2.2
    path: /Users/ritikgupta/.rbenv/shims/ruby
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.73.3
    wanted: 0.73.3
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: true
  newArchEnabled: false
Stacktrace or Logs
Stacktrace or logs not available
Reproducer

https://snack.expo.dev/@ritik_1_g/tenacious-red-watermelon

Screenshots and Videos

https://github.com/facebook/react-native/assets/147544573/8e5e9e6c-f23e-4831-8db6-5c066b3e4b4d

贡献指南

打开贡献指南

从这里开始

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

调研方向

从链接的 Snack 复现项目开始,在 iOS 上比较使用 streetAddressLine1 和 streetAddressLine2 的两个 TextInput 字段。使用指定的 React Native 0.73.3 和 iOS 17.2 设置进行复现,然后检查 iOS 上 TextInput 的行为,并确定 streetAddressLine2 是否应生成联系人建议;当预期的建议正常工作或平台限制已记录时,即视为完成。

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

评估

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

把新 issue 发到你的邮箱

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