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
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.
blueprint/packages/docs-app/src/examples/core-examples/numericInputBasicExample.tsx
Line 157 in 2db16b0
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
The text was updated successfully, but these errors were encountered: