LoginSignup
14
9

More than 5 years have passed since last update.

[Vue.js] IME入力時にEnterキーイベントを発火しない様にする

Last updated at Posted at 2019-02-27

Vue.js ^2.5.16 においてIME-ON時にも keydown.enter が発火する様になったらしいので
それを制御するお話
備忘録程度に

対策

  • compositionstart compositionend を使いましょう

Source
https://forum.vuejs.org/t/how-does-vue-handle-real-enter-event/2169/4

See the Pen YgPBye by 🍆あんじぇあーと🍆 (@shinomiya_ag) on CodePen.

14
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
9