Skip to content
New issue

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

Numeric input - Basic example: page crash on selecting default locale #4876

Open
Comi9 opened this issue Aug 25, 2021 · 0 comments
Open

Numeric input - Basic example: page crash on selecting default locale #4876

Comi9 opened this issue Aug 25, 2021 · 0 comments

Comments

@Comi9
Copy link

Comi9 commented Aug 25, 2021

[{ label: "Default", value: "" }, ...LOCALES],

Low prio

In the docs section for Numeric input - Basic example, selecting any option in the Locale selector, then going back to default option results in page crash due to incorrect locale information provided.

Current:
[{ label: "Default", value: "" }, ...LOCALES]

Expected:
[{ label: "Default", value: "en-US" }, ...LOCALES]
Suggesting "en-US" as convenience fallback.

cc: @adidahiya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants