devfolioco / react-otp-input

:heavy_check_mark: OTP Input Component for React
http://devfolioco.github.io/react-otp-input
MIT License
643 stars 423 forks source link

feat: Add support for Arabic numbers #440

Open mmd550 opened 4 months ago

mmd550 commented 4 months ago

What does this PR do? Adds support for Arabic and Persian numbers (when input type is tel or number) by converting input values from Arabic numbers to english ones. Note: When input type is number, users only can paste Arabic numbers, because browsers validate this input natively.