vue-strap icon indicating copy to clipboard operation
vue-strap copied to clipboard

Use compositionend to handle IME input

Open evanslify opened this issue 8 years ago • 0 comments

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

evanslify avatar Feb 14 '17 09:02 evanslify