onChange event doesn’t work how I need it to work because it only triggers when the field loses focus. I want to be able to get the change as soon as it happens.
onTimedKeyPress works when the user uses a keyboard shortcut to paste but does nothing if he pastes from right-click.
Anyone to catch the change as it happens if no keypresses are involved?