fix: timeRangePicker hide panel not work #4902

close #4902
pull/4882/head
tangjinzhou 2021-11-20 14:20:36 +08:00
parent f5986a9cc9
commit 876720f31b
2 changed files with 8 additions and 0 deletions

View File

@ -147,6 +147,10 @@ function Picker<DateType>() {
'allowClear', 'allowClear',
'autofocus', 'autofocus',
'showTime', 'showTime',
'showNow',
'showHour',
'showMinute',
'showSecond',
'picker', 'picker',
'format', 'format',
'use12Hours', 'use12Hours',

View File

@ -185,6 +185,10 @@ function RangerPicker<DateType>() {
'format', 'format',
'picker', 'picker',
'showTime', 'showTime',
'showNow',
'showHour',
'showMinute',
'showSecond',
'use12Hours', 'use12Hours',
'separator', 'separator',
'value', 'value',