Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The onChangeText and onChange events on a TextInput fire twice on Android #45513

Closed
kadikraman opened this issue Jul 18, 2024 · 8 comments
Closed
Assignees
Labels
Component: TextInput Related to the TextInput component. Issue: Author Provided Repro This issue can be reproduced in Snack or an attached project. p: Expo Partner: Expo Partner Platform: Android Android applications. Resolution: Fixed A PR that fixes this issue has been merged. Type: New Architecture Issues and PRs related to new architecture (Fabric/Turbo Modules)

Comments

@kadikraman
Copy link

kadikraman commented Jul 18, 2024

Description

With the new architecture enabled, the onChangeText and onChange events on a TextInput fire twice on Android.

Steps to reproduce

  1. Install the application with yarn android
  2. Enter some text in the text input
  3. Observe the logs in the console
  4. EXPECTED: each onChange and onChangeText gets logged once per key stroke
  5. ACTUAL: they get triggered twice per key stroke
Screenshot 2024-07-18 at 11 12 28

React Native Version

0.74.3

Affected Platforms

Runtime - Android

Areas

Fabric - The New Renderer

Output of npx react-native info

System:
  OS: macOS 14.5
  CPU: (8) arm64 Apple M2
  Memory: 178.64 MB / 24.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 20.14.0
    path: ~/.nvm/versions/node/v20.14.0/bin/node
  Yarn:
    version: 3.6.4
    path: ~/.nvm/versions/node/v20.14.0/bin/yarn
  npm:
    version: 10.7.0
    path: ~/.nvm/versions/node/v20.14.0/bin/npm
  Watchman:
    version: 2024.05.06.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods:
    version: 1.14.3
    path: /Users/kadi/.rbenv/shims/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 23.5
      - iOS 17.5
      - macOS 14.5
      - tvOS 17.5
      - visionOS 1.2
      - watchOS 10.5
  Android SDK: Not Found
IDEs:
  Android Studio: 2022.3 AI-223.8836.35.2231.10671973
  Xcode:
    version: 15.4/15F31d
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 17.0.10
    path: /Users/kadi/.sdkman/candidates/java/current/bin/javac
  Ruby:
    version: 2.7.8
    path: /Users/kadi/.rbenv/shims/ruby
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.74.3
    wanted: 0.74.3
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: true
iOS:
  hermesEnabled: Not found
  newArchEnabled: false

Stacktrace or Logs

(NOBRIDGE) LOG  change
 (NOBRIDGE) LOG  t
 (NOBRIDGE) LOG  change
 (NOBRIDGE) LOG  t
 (NOBRIDGE) LOG  change
 (NOBRIDGE) LOG  te
 (NOBRIDGE) LOG  change
 (NOBRIDGE) LOG  te
 (NOBRIDGE) LOG  change
 (NOBRIDGE) LOG  tes
 (NOBRIDGE) LOG  change
 (NOBRIDGE) LOG  tes
 (NOBRIDGE) LOG  change
 (NOBRIDGE) LOG  test
 (NOBRIDGE) LOG  change
 (NOBRIDGE) LOG  test

Reproducer

https://github.com/kadikraman/new-arch-text-input-bug

Screenshots and Videos

Screen.Recording.2024-07-18.at.11.20.20.mov
@kadikraman kadikraman added Needs: Triage 🔍 Type: New Architecture Issues and PRs related to new architecture (Fabric/Turbo Modules) labels Jul 18, 2024
@github-actions github-actions bot added Component: TextInput Related to the TextInput component. Platform: Android Android applications. labels Jul 18, 2024
@shubhamguptadream11
Copy link
Contributor

@kadikraman Is this happening in iOS also?

@cortinico cortinico added Issue: Author Provided Repro This issue can be reproduced in Snack or an attached project. and removed Needs: Triage 🔍 labels Jul 18, 2024
@kadikraman
Copy link
Author

@kadikraman Is this happening in iOS also?

Nope, I was only able to reproduce it on Android.

@shubhamguptadream11
Copy link
Contributor

@kadikraman I checked this issue, and it is reproducible in react-native latest version: 0.74.3 as mentioned by you.

But I am not able to reproduce it in current react-native main i.e using there rn-tester app here. May be it got fixed, just check it there once.

@kadikraman
Copy link
Author

@kadikraman I checked this issue, and it is reproducible in react-native latest version: 0.74.3 as mentioned by you.

But I am not able to reproduce it in current react-native main i.e using there rn-tester app here. May be it got fixed, just check it there once.

Interesting, same here by the looks of it: I can't reproduce it on the tester app in the react native repo 🤔

@shubhamguptadream11
Copy link
Contributor

shubhamguptadream11 commented Jul 19, 2024

@kadikraman We can look into the diff between these codes then or wait for new version to be published

@cortinico
Copy link
Contributor

Could you folks try your reproducer react-native@nightly ?

@blakef blakef self-assigned this Jul 31, 2024
@blakef
Copy link
Contributor

blakef commented Aug 1, 2024

Thanks for the very complete issue @kadikraman. I've just tried to reproduce this on 0.75.0-rc.6, and it seems to have been resolved in the newer release:

CleanShot.2024-08-01.at.12.01.24.mp4

I'll try figure out what change has fixed this.

@blakef
Copy link
Contributor

blakef commented Aug 1, 2024

The fix for this is #44479, we should probably pick this in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: TextInput Related to the TextInput component. Issue: Author Provided Repro This issue can be reproduced in Snack or an attached project. p: Expo Partner: Expo Partner Platform: Android Android applications. Resolution: Fixed A PR that fixes this issue has been merged. Type: New Architecture Issues and PRs related to new architecture (Fabric/Turbo Modules)
Projects
None yet
Development

No branches or pull requests

5 participants