fix: ru locale for numbers

This commit is contained in:
2025-09-21 10:18:06 +04:00
parent 6d6c430e88
commit 41ff994ad1
3 changed files with 9 additions and 0 deletions

View File

@ -57,5 +57,10 @@ export const theme = createTheme({
size: "sm",
},
},
NumberInput: {
defaultProps: {
decimalSeparator: ",",
},
},
},
});