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 d783ee5 commit b160997Copy full SHA for b160997
example/src/AppInner.tsx
@@ -321,10 +321,10 @@ function AppInner({
321
onDismiss={onDismissSingle}
322
date={date}
323
onConfirm={onChangeSingle}
324
- validRange={{
325
- startDate: new Date(2021, 1, 2),
326
- // endDate: new Date(),
327
- }}
+ // validRange={{
+ // startDate: new Date(2021, 1, 2), // optional
+ // endDate: new Date(), // optional
+ // }}
328
// saveLabel="Save" // optional
329
// label="Select date" // optional
330
// animationType="slide" // optional, default is 'slide' on ios/android and 'none' on web
0 commit comments