Skip to content

Commit 876720f

Browse files
committed
fix: timeRangePicker hide panel not work #4902
close #4902
1 parent f5986a9 commit 876720f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

components/vc-picker/Picker.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ function Picker<DateType>() {
147147
'allowClear',
148148
'autofocus',
149149
'showTime',
150+
'showNow',
151+
'showHour',
152+
'showMinute',
153+
'showSecond',
150154
'picker',
151155
'format',
152156
'use12Hours',

components/vc-picker/RangePicker.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ function RangerPicker<DateType>() {
185185
'format',
186186
'picker',
187187
'showTime',
188+
'showNow',
189+
'showHour',
190+
'showMinute',
191+
'showSecond',
188192
'use12Hours',
189193
'separator',
190194
'value',

0 commit comments

Comments
 (0)