RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.37k stars 2.17k forks source link

Data cannot be entered when using a mask in a language other than English. #2733

Open hhgo opened 11 months ago

hhgo commented 11 months ago

- Describe the bug Data cannot be entered when using a mask in a language other than English. The language used in the project is Korean.

If you try to enter English or numbers after entering Korean and erasing all data, the data is written normally in the input, but the data is not changed.

In the sample below, pressing Enter changes the data, but the code used in the actual project still does not reflect the data. Regardless of the Enter Key input, I would like to use a language other than English (e.g., Korean).

I would appreciate it if you could support how I can use other languages.

- Add a link to a codepen, jsfiddle or other example page which shows the problem https://codesandbox.io/s/inputmask-hdmrxy?file=/src/App.vue

- OS: windows10

- Browser chrome

- Inputmask version "inputmask": "^5.0.8"