Skip to content

Commit 855be0d

Browse files
committed
Remove invalid useGrouping flag from options
1 parent 6687317 commit 855be0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DateTimeInput.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ export default class DateTimeInput extends PureComponent {
319319
const formatterOptions =
320320
getFormatterOptionsCache[name] ||
321321
(() => {
322-
const options = { useGrouping: false, [name]: 'numeric' };
322+
const options = { [name]: 'numeric' };
323323

324324
getFormatterOptionsCache[name] = options;
325325

0 commit comments

Comments
 (0)