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 2b86d17 commit 14026c5Copy full SHA for 14026c5
src/DateInput.jsx
@@ -335,7 +335,7 @@ export default class DateInput extends PureComponent {
335
const formatterOptions =
336
getFormatterOptionsCache[name] ||
337
(() => {
338
- const options = { useGrouping: false, [name]: 'numeric' };
+ const options = { [name]: 'numeric' };
339
340
getFormatterOptionsCache[name] = options;
341
0 commit comments