There was an error while loading. Please reload this page.
1 parent f307d9f commit a3d39efCopy full SHA for a3d39ef
src/components/ui/NumberField/contexts/NumberFieldContext.tsx
@@ -10,6 +10,7 @@ export type NumberFieldContextType = {
10
readOnly?: boolean;
11
required?: boolean;
12
rootClass?: string;
13
+ locale?: string;
14
};
15
16
const NumberFieldContext = React.createContext<NumberFieldContextType | null>(null);
0 commit comments