smastrom / react-email-autocomplete

💌 Headless email input field with custom suggestions. Inspired by european flight booking websites.
https://react-email-autocomplete.netlify.app
MIT License
14 stars 2 forks source link

The input does not work well with IMEs #4

Open KhanShaheb34 opened 6 months ago

KhanShaheb34 commented 6 months ago

Here is a description of IME: https://www.google.com/inputtools/services/features/input-method.html

And here's a demo of how it's failing:

https://github.com/smastrom/react-email-autocomplete/assets/35837768/bcf7dac2-f4c9-4c95-afa1-d423a48b63c2

Expected behavior:

https://github.com/smastrom/react-email-autocomplete/assets/35837768/6094744b-d9ae-41f7-81bf-35cb0b5b8369

Facing the issue on both Bengali and Chinese, so probably other languages, that uses IMEs, are facing the same issue.

wasauce commented 6 months ago

Would love this improvement!