Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using leadingZeros config option causes an error. #753

Closed
chrispymm opened this issue Sep 23, 2024 · 1 comment · Fixed by #754
Closed

Using leadingZeros config option causes an error. #753

chrispymm opened this issue Sep 23, 2024 · 1 comment · Fixed by #754
Labels

Comments

@chrispymm
Copy link
Contributor

chrispymm commented Sep 23, 2024

When attempting to use the leadingZeros config option, users are reporting errors

chrispymm added a commit that referenced this issue Sep 23, 2024
added `return` statements to `setLeadingZeros` method to prevent calling `toLowerCase` on a boolean
value.

fix #753
gregtyler pushed a commit that referenced this issue Sep 23, 2024
## [2.2.3](v2.2.2...v2.2.3) (2024-09-23)

### Bug Fixes

* **datepicker:** fix issues with leadingZeros config option ([#754](#754)) ([5224918](5224918)), closes [#753](#753)
@gregtyler
Copy link
Contributor

🎉 This issue has been resolved in version 2.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment