You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small point, but it's not correct to say 'Sanskrit' here... Sanskrit is the name of a language, not a script. The correct term is 'Devanagari'. That is the name of the script / alphabet / character set that most N Indian languages use.
Currencies only allow for one digit:
BDT - Taka
BHD - Bahraini Dinar
EGP - Egyptian Pound
JOD - Jordanian Dinar
KWD - Kuwaiti Dinar
LBP - Lebanese Pound
OMR - Rial Omani
QAR - Qatari Rial
SAR - Saudi Riyal
Can only type/enter single digit numbers for the currencies listed above. (1,2,3,ect.)
To Reproduce
Expected behavior
Expected to be able to type numbers with more than one digit.
Code Sandbox
https://codesandbox.io/p/sandbox/suspicious-sound-cn83zv?file=%2Fsrc%2FApp.js
More intl configs with same issue:
{locale: 'ar-BH', currency: 'BHD'}
{locale: 'ar-EG', currency: 'EGP'}
{locale: 'ar-JO', currency: 'JOD'}
{locale: 'ar-KW', currency: 'KWD'}
{locale: 'ar-LB', currency: 'LBP'}
{locale: 'ar-OM', currency: 'OMR'}
{locale: 'ar-SA', currency: 'SAR'}
{locale: 'ar-QA', currency: 'QAR'}
This is not an exhaustive list, and issue affects not only 'ar-*' locales, for example:
{locale: 'fa-AF', currency: 'AFN'}
The text was updated successfully, but these errors were encountered: