palantir/blueprint
在 GitHub 查看Numeric input - Basic example: page crash on selecting default locale
Open
#4,876 创建于 2021年8月25日
Domain: documentationP2Type: bughelp wanted
仓库指标
- Star
- (20,263 star)
- PR 合并指标
- (平均合并 43天 10小时) (30 天内合并 27 个 PR)
描述
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