v0.15.0 / latest
repro:
- create a page with some
<input control` (or download https://dev.atk4.org/demos/javascript/vue-component.php source)
- include syn.js
- in developer console eval
window.syn.type($('input[name=atk_fp_country__name]')[0], '[escape]', function () {})
- notice the esc key is pressed (=detected by JS), but the input value flashes with
escape text appended shortly, which is not expected nor normally appended by a native event

PS with [backspace] I do not observe a simillar problem.
@justinbmeyer any idea how to fix it?