You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might have to add workarounds to these issues in your codebase. If there is a general-purpose fix for an issue we'd love a PR. But sometimes these are things we cannot work around easily (or at all) until they are fixed upstream by the browsers themselves. Please star the browser bug reports in these issues to help draw attention!
These issues are bugs in React's own logic. You may have to write workarounds for these issues in your codebase when dealing with React's synthetic events. If you are able to, it would be extremely helpful if you could pull request a fix upstream.
The text was updated successfully, but these errors were encountered:
This is a list of known upstream issues that are not resolved yet.
Browsers
beforeinput
events #3185 — Firefox does not firebeforeinput
eventsinsertFromComposition
events #3303 — Chrome does not fireinsertFromComposition
beforeinput
eventsinsertFromDrop
beforeinput
events for files #3304 — Chrome does not fireinsertFromDrop
beforeinput
events for filesYou might have to add workarounds to these issues in your codebase. If there is a general-purpose fix for an issue we'd love a PR. But sometimes these are things we cannot work around easily (or at all) until they are fixed upstream by the browsers themselves. Please star the browser bug reports in these issues to help draw attention!
React
beforeinput
event if it's supported facebook/react#11211 — React does not listen for the realbeforeinput
eventonSelectionChange
event facebook/react#5785 — React does not expose the realselectionchange
eventThese issues are bugs in React's own logic. You may have to write workarounds for these issues in your codebase when dealing with React's synthetic events. If you are able to, it would be extremely helpful if you could pull request a fix upstream.
The text was updated successfully, but these errors were encountered: