s-yadav / react-number-format

React component to format numbers in an input or as a text.
MIT License
3.85k stars 404 forks source link

Support IME japanese keyboard #823

Closed Inshiku-Han closed 6 months ago

Inshiku-Han commented 7 months ago

Describe the issue and the actual behavior

Enable input 1234567890(It's different to 1234567890)

Describe the expected behavior

Can't input 1234567890

Provide a CodeSandbox link illustrating the issue

Provide steps to reproduce this issue

Please check the browsers where the issue is seen

s-yadav commented 6 months ago

@Inshiku-Han Please check if this example of custom numeral helps. https://s-yadav.github.io/react-number-format/docs/customization#custom-numeral-example

Inshiku-Han commented 6 months ago

@Inshiku-Han Please check if this example of custom numeral helps. https://s-yadav.github.io/react-number-format/docs/customization#custom-numeral-example

Thank you for your comment. I'll try your suggestion. I will close this issue for now.