react-number-format
react-number-format copied to clipboard
converting fullwidth numbers to halfwidth
When user type fullwidth numbers (0123456789) it'll convert to halfwidth numbers(0123456789)
@s-yadav This PR is very useful for CJK users who generally input full-width numbers. Is there a reason why this PR has been left unmerged?