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

[Dom] Fixed Before Input Event Bug #31970

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

HitenChawda46
Copy link

Summary

This PR fixes #24358
Registered onBeforeInput event with the dependency of including beforeinput instead of textInput, as beforeinput is an available native event, and ensured that beforeinput event is properly handled by dispatchQueue architecture flow

How did you test this change?

Ran test script and Manual Dev testing, and updated BeforeInputEventPlugin-test.js to ensure all tests are passing and covered

Copy link

vercel bot commented Jan 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-compiler-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 3, 2025 8:21pm

@HitenChawda46 HitenChawda46 changed the title Fixed Before Input Event Bug [Dom] Fixed Before Input Event Bug Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: beforeInput event doesn't fire when input is replacing previous text
2 participants