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

fix(datepicker): fix issues with leadingZeros config option #754

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

chrispymm
Copy link
Contributor

added return statements to setLeadingZeros method to prevent calling toLowerCase on a boolean value.

fix #753

added `return` statements to `setLeadingZeros` method to prevent calling `toLowerCase` on a boolean
value.

fix #753
@chrispymm chrispymm requested a review from a team as a code owner September 23, 2024 08:38
@chrispymm chrispymm merged commit 5224918 into main Sep 23, 2024
18 checks passed
@chrispymm chrispymm deleted the fix-datepicker-leadingZeros-functionality branch September 23, 2024 10:09
gregtyler pushed a commit that referenced this pull request 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 PR is included 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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using leadingZeros config option causes an error.
3 participants