viclafouch / mui-chips-input

📌 A chips input designed for MUI (Material ui) V6
https://viclafouch.github.io/mui-chips-input/
MIT License
83 stars 19 forks source link

fix: handle events processed by an IME #12

Closed hey-cube closed 1 year ago

hey-cube commented 1 year ago

This PR solves #11 . However, it has two drawbacks.

  1. keyCode is deprecated.
  2. @testing-library/user-event cannot simulate keyCode

This is the only way I could come up with. If the quality is unsatisfactory, please close.