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 4b96c9d commit ac407d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DateTimeInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export default class DateTimeInput 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 ac407d7

Please sign in to comment.