New Datepicker plugin via Vanilla Calendar Pro, new .form-adorn component#41965
Merged
New Datepicker plugin via Vanilla Calendar Pro, new .form-adorn component#41965
.form-adorn component#41965Conversation
.form-adorn component
mdo
added a commit
that referenced
this pull request
Jan 9, 2026
…ponent (#41965) * First pass at datepicker via Vanilla Calendar Pro * fixes * optimize * Docs updates, add advanced config * rename attr * edits * Update datepicker docs, improve color modes, add tests * New .form-adorn component for overlaying icons and text with inputs * temp * bump limits * cleanup and simpler selectors * few more tweaks * Remove comment * Fix multi-month, reorg some docs content, fix selections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Yeah, I'm finally thinking about this. I did some digging on various third party datepicker tools out there and VCP seemed like the most well-maintained and logical option to build upon. The goal here is to use as much of VCP as possible and keep our overhead at a minimum.
This is heavily a Claude first-pass, so please don't bother reviewing just yet. Lots more needed to be done, but wanted to get the ball rolling here.