We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6687317 commit 855be0dCopy full SHA for 855be0d
src/DateTimeInput.jsx
@@ -319,7 +319,7 @@ export default class DateTimeInput extends PureComponent {
319
const formatterOptions =
320
getFormatterOptionsCache[name] ||
321
(() => {
322
- const options = { useGrouping: false, [name]: 'numeric' };
+ const options = { [name]: 'numeric' };
323
324
getFormatterOptionsCache[name] = options;
325
0 commit comments