Skip to content

Commit 14026c5

Browse files
committed
Remove invalid useGrouping flag from options
1 parent 2b86d17 commit 14026c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DateInput.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export default class DateInput extends PureComponent {
335335
const formatterOptions =
336336
getFormatterOptionsCache[name] ||
337337
(() => {
338-
const options = { useGrouping: false, [name]: 'numeric' };
338+
const options = { [name]: 'numeric' };
339339

340340
getFormatterOptionsCache[name] = options;
341341

0 commit comments

Comments
 (0)