yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 932 forks source link

Use compositionend to handle IME input #459

Open evanslify opened 7 years ago

evanslify commented 7 years ago

Currently the typeahead component will not work properly when using IME inputs like pingin etc. This is caused by DOM event update does not work quite well with IMEs.

https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent