diff --git a/src/DateInput.jsx b/src/DateInput.jsx index 303b6f11..6573621a 100644 --- a/src/DateInput.jsx +++ b/src/DateInput.jsx @@ -335,7 +335,7 @@ export default class DateInput extends PureComponent { const formatterOptions = getFormatterOptionsCache[name] || (() => { - const options = { useGrouping: false, [name]: 'numeric' }; + const options = { [name]: 'numeric' }; getFormatterOptionsCache[name] = options;