Skip to content

Commit a3d39ef

Browse files
committed
context
1 parent f307d9f commit a3d39ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ui/NumberField/contexts/NumberFieldContext.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export type NumberFieldContextType = {
1010
readOnly?: boolean;
1111
required?: boolean;
1212
rootClass?: string;
13+
locale?: string;
1314
};
1415

1516
const NumberFieldContext = React.createContext<NumberFieldContextType | null>(null);

0 commit comments

Comments
 (0)