diff --git a/components/vc-picker/Picker.tsx b/components/vc-picker/Picker.tsx index e57d59033..bc70f81e5 100644 --- a/components/vc-picker/Picker.tsx +++ b/components/vc-picker/Picker.tsx @@ -147,6 +147,10 @@ function Picker() { 'allowClear', 'autofocus', 'showTime', + 'showNow', + 'showHour', + 'showMinute', + 'showSecond', 'picker', 'format', 'use12Hours', diff --git a/components/vc-picker/RangePicker.tsx b/components/vc-picker/RangePicker.tsx index 7a71bb085..11e164d2d 100644 --- a/components/vc-picker/RangePicker.tsx +++ b/components/vc-picker/RangePicker.tsx @@ -185,6 +185,10 @@ function RangerPicker() { 'format', 'picker', 'showTime', + 'showNow', + 'showHour', + 'showMinute', + 'showSecond', 'use12Hours', 'separator', 'value',