diff --git a/docs/examples/debug.tsx b/docs/examples/debug.tsx index 038c3853f..98fa51e1a 100644 --- a/docs/examples/debug.tsx +++ b/docs/examples/debug.tsx @@ -149,8 +149,9 @@ export default () => { { }} />
- {/* true} - picker="time" - showTime + showTime={{ + defaultValue: [dayjs('2000-01-01 01:02:03'), dayjs('2000-01-01 05:06:07')], + }} changeOnBlur={false} showNow panelRender={(ori) => <>2333{ori}} @@ -226,7 +227,7 @@ export default () => { start: 'inputStart', end: 'inputEnd', }} - /> */} + />