Skip to content

Commit

Permalink
docs(date picker): update excluded dates example to also include min …
Browse files Browse the repository at this point in the history
…and max date
  • Loading branch information
chrispymm committed Jul 31, 2024
1 parent 4d96d23 commit ce51f88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/examples/date-picker-excluded-dates/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ figma_link: https://www.figma.com/design/N2xqOFkyehXwcD9DxU1gEq/MoJ-Figma-Kit?no
text: "For example, 17/5/2024."
},
value: "10/04/2025",
minDate: "01/04/2025",
maxDate: "30/04/2025",
excludedDates: "02/04/2025 18/04/2025 21/04/2025",
excludedDays: "saturday sunday"
}) }}

0 comments on commit ce51f88

Please sign in to comment.