forked from probablykasper/date-picker-svelte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable year and month on dropdown if enabledDates is activated. (…
…#5) * feat: add disabledDates prop to allow disabling specific dates * feat: added enabledDates * fix: error if disalbedDate on array is null * fixed lint error * fix: disabled year and month if enabledDates is used * chore: add changeset
- Loading branch information
1 parent
63dfe48
commit 2ac4241
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@undp-data/date-picker-svelte': patch | ||
--- | ||
|
||
fix: disable year and month on dropdown if enabledDates is activated. |
This file contains 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
This file contains 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