We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
leadingZeros
When attempting to use the leadingZeros config option, users are reporting errors
The text was updated successfully, but these errors were encountered:
fix(datepicker): fix issues with leadingZeros config option
72ae136
added `return` statements to `setLeadingZeros` method to prevent calling `toLowerCase` on a boolean value. fix #753
5224918
chore(release): 2.2.3 [skip ci]
1a02b93
## [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)
🎉 This issue has been resolved in version 2.2.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When attempting to use the
leadingZeros
config option, users are reporting errorsThe text was updated successfully, but these errors were encountered: