input
event is not fired when deleting text or typing numbers in <Editable> component
#5669
Labels
input
event is not fired when deleting text or typing numbers in <Editable> component
#5669
Description
I've faced the following issue:
When watching
input
event onEditable
component the following happens:Important notice:
Platforms:
- Android: works as expected in all cases
Recording
Here is Android Chrome recording, there everything works as expected
Android_Chrome.mp4
Here is Desktop Chrome recording, does not work as expected:
desktop-chrome.mp4
Here is iOS Safari recording, does not work as expected:
iOS_Safari.1.mp4
Sandbox
Here is the code sandbox with the reproduce:
https://codesandbox.io/p/devbox/8yj9ww?file=%2Fpackage.json%3A18%2C30
Steps
To reproduce the behavior:
Expectation
I expect
input
event to be fired consistently on all platforms as described here: https://developer.mozilla.org/en-US/docs/Web/API/Element/input_eventEnvironment
"slate": "^0.103.0",
"slate-react": "^0.106.0",
-Platforms:
- Android: works as expected in all cases
Context
No additional context for now
The text was updated successfully, but these errors were encountered: