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

0.76.5 TextInput onBlur is invalid #2319

Open
bear-ei opened this issue Dec 10, 2024 · 1 comment
Open

0.76.5 TextInput onBlur is invalid #2319

bear-ei opened this issue Dec 10, 2024 · 1 comment
Labels
bug Something isn't working Needs: Triage 🔍

Comments

@bear-ei
Copy link

bear-ei commented Dec 10, 2024

Environment

react-native -v: 0.76.5
npm ls react-native-macos: 0.76.5
node -v: 23.1.0
npm -v: 10.9.0
yarn --version: 4.5.3
xcodebuild -version: Xcode 16.1 Build version 16B40

Steps to reproduce the bug

   <TextInput onBlur={() => {console.log('blur')}}  />

Expected Behavior

Triggers the onBlur event normally.

Actual Behavior

Does not trigger the onBlur event

Reproducible Demo

No response

Additional context

No response

@bear-ei bear-ei added the bug Something isn't working label Dec 10, 2024
@Saadnajmi
Copy link
Collaborator

@amgleitman perhaps relevant to you as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Needs: Triage 🔍
Projects
None yet
Development

No branches or pull requests

2 participants