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

Failure to handle events processed by an IME #11

Closed hey-cube closed 1 year ago

hey-cube commented 1 year ago

Describe the bug

Chip is added when I press Enter to confirm the conversion by an IME.

To Reproduce

  1. Go to https://viclafouch.github.io/mui-chips-input/
  2. Type Japanese (For example 'りんご')
  3. Press Enter key

Expected behavior

Chips is not added during an IME processing.

Screenshots

https://user-images.githubusercontent.com/18608707/206427008-6e21a2e8-14ef-41ec-a2be-ced43dab01ea.mov

Desktop

Additional context

PR is already ready. Please close it if you don't need it.

Thank you for the wonderful library!

viclafouch commented 1 year ago

Hello @hey-cube !

Thanks a lot for your help !

PR approved and merged. Released in https://github.com/viclafouch/mui-chips-input/releases/tag/v1.3.2

Thannnks :)