diff --git a/docs/examples/debug.tsx b/docs/examples/debug.tsx
index 95b3dda2a..17cd37e3e 100644
--- a/docs/examples/debug.tsx
+++ b/docs/examples/debug.tsx
@@ -155,8 +155,12 @@ export default () => {
// disabledMinutes: () => [0, 1, 2, 3, 4, 5],
// disabledSeconds: () => [0, 1, 2, 3, 4, 5],
// })}
- open
+ defaultOpenValue={dayjs()}
+ // open
picker="time"
+ // showTime={{
+ // defaultValue: dayjs(),
+ // }}
ref={singleRef}
suffixIcon="🧶"
// showTime={{
@@ -185,11 +189,13 @@ export default () => {
}}
/>
- {/* <>2333{ori}>}
onChange={(val, text) => {
console.log('🔥 Change:', val, text);
@@ -210,7 +216,7 @@ export default () => {
info,
);
}}
- /> */}
+ />