I am looking to disable default keyboard handling in a editable TextArea. I have a key listener but the events are not cancellable.
When user types in actual content (e.g., types in text) I have a textInput listener that cancels the event and stops prorogation. This prevents default processing. But when user presses navigation keys such as UP, DOWN arrow or DELETE, BACKSPACE my key listener knows about the event but is not able to disable default processing. Any ideas?
