Skip to content

Commit

Permalink
Remove invalid useGrouping flag from options
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Mar 26, 2023
1 parent 2b86d17 commit 14026c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DateInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 14026c5

Please sign in to comment.