palantir/blueprint
View on GitHubNumeric input - Basic example: page crash on selecting default locale
Open
#4,876 opened on Aug 25, 2021
Domain: documentationP2Type: bughelp wanted
Description
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