We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
I have a fix here: e146f0a (see Example 3)
No tests written so good luck 😅
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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: