LoginSignup
4
0

More than 3 years have passed since last update.

Select2のtagsの日本語入力のバグ解消方法

Last updated at Posted at 2020-03-29

公式サイトもバグってる

スクリーンショット 2020-03-30 8.35.42.png

公式サイト

原因はバージョン

原因はバージョンなので、バージョンをダウングレードしましょう。調査したら4.0.2まではバグが発生しないので、バグが発生しない最新バージョンの4.0.2を使いましょう!

<!doctype html>
<html lang="ja">
  <head>
    <!-- Select2 -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.2/js/select2.min.js"></script>
  </head>
  <body>
  </body>
</html>

スクリーンショット 2020-03-30 8.29.09.png

参考記事:select2 v4で日本語対応してtagsのバグを回避した方法(根治ではない

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