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
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
Every input does not fire an onChange event in Android (it does in desktop/iOS).
It looks like these events come through onCompositionUpdate which aren't yet handled.
I've taken an initial stab at the issue in my android-on-change-fix branch but still need to understand how to incorporate DraftEditorCompositionHandler.resolveComposition into each onCompositionUpdate call.
The text was updated successfully, but these errors were encountered:
butchmarshall
changed the title
Android does not fire onChange for every input even like desktop/iOS
Android does not fire onChange for every input event like desktop/iOS
Aug 2, 2016
Every input does not fire an onChange event in Android (it does in desktop/iOS).
It looks like these events come through onCompositionUpdate which aren't yet handled.
I've taken an initial stab at the issue in my android-on-change-fix branch but still need to understand how to incorporate
DraftEditorCompositionHandler.resolveComposition
into eachonCompositionUpdate
call.The text was updated successfully, but these errors were encountered: