1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Vue.js の @input がEdgeで効かない問題の解決法

1
Posted at

題材

Screen Shot 2018-10-16 at 11.53.11.png

セレクトボックスを選択すると @input で検知して、下にタグっぽく増えるような実装をしていた。
が、Edge では動かない。

対処法

@change にすると変更を検知してくれるようになった。

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?