-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird behaviour when using different IMEs with thousand seperator #843
Comments
In your sandbox, the Reference to the doc: https://s-yadav.github.io/react-number-format/docs/numeric_format/#thousandsgroupstyle-string |
Yeah, it only occurred so far on MS Windows with Microsoft's IME. I tried to ask a colleague who use MacOS to test it and didn't see any problem with it. |
Did not notice the This is related to #636 which exactly similar to this react issue which closed for duplicated to this 9 years old issue this was too much for my little pricing input so I ended up letting the input as is and just use |
Describe the issue and the actual behavior
I tried to type 10000 to the input field using Windows' Vietnamese keyboard layout (using thousandSeperator props), but the output display incorrectly.
Though the output would display correctly when I exited the input field.
Describe the expected behavior
The input data display correctly when user trying to input.
Provide a CodeSandbox link illustrating the issue
Using the documentation's sandbox here:
https://codesandbox.io/p/sandbox/thousandsgroupstyle-demo-u3ip59?from-embed=
Provide steps to reproduce this issue
Use Windows' Vietnamese keyboard layout and type 10000 or more (must type 2 different numeric characters to see the bug)
Please check the browsers where the issue is seen
The text was updated successfully, but these errors were encountered: