We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4c120 commit 0313082Copy full SHA for 0313082
src/components/calendar-picker/demos/demo1.tsx
@@ -16,8 +16,7 @@ export default () => {
16
const [visible2, setVisible2] = useState(false)
17
const [visible3, setVisible3] = useState(false)
18
19
- // const singleDate: Date = new Date('2023-06-03')
20
- const singleDate: Date = new Date('2024-09-01')
+ const singleDate: Date = new Date('2023-06-03')
21
22
return (
23
<List header='日期选择'>
@@ -33,8 +32,6 @@ export default () => {
33
32
defaultValue={singleDate}
34
onClose={() => setVisible1(false)}
35
onMaskClick={() => setVisible1(false)}
36
- min={new Date('2024-09-01')}
37
- max={new Date('2024-09-30')}
38
/>
39
</List.Item>
40
<List.Item
0 commit comments