We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27998e commit b58e2dcCopy full SHA for b58e2dc
src/components/DatePicker/DateRangePicker.stories.tsx
@@ -10,29 +10,6 @@ const meta: Meta<typeof DateRangePicker> = {
10
console.log("Date range selected: ", startDate, endDate);
11
},
12
13
- argTypes: {
14
- startDate: {
15
- control: "date",
16
- },
17
- endDate: {
18
19
20
- futureDatesDisabled: {
21
- control: "boolean",
22
23
- futureStartDatesDisabled: {
24
25
26
- maxRangeLength: {
27
- control: "number",
28
29
- placeholder: {
30
- control: "text",
31
32
- onSelectDateRange: {
33
- control: "object",
34
35
36
tags: ["autodocs"],
37
title: "Display/DateRangePicker",
38
};
0 commit comments