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 07668a6 commit b9ad093Copy full SHA for b9ad093
1 file changed
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