We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5986a9 commit 876720fCopy full SHA for 876720f
components/vc-picker/Picker.tsx
@@ -147,6 +147,10 @@ function Picker<DateType>() {
147
'allowClear',
148
'autofocus',
149
'showTime',
150
+ 'showNow',
151
+ 'showHour',
152
+ 'showMinute',
153
+ 'showSecond',
154
'picker',
155
'format',
156
'use12Hours',
components/vc-picker/RangePicker.tsx
@@ -185,6 +185,10 @@ function RangerPicker<DateType>() {
185
186
187
188
189
190
191
192
193
'separator',
194
'value',
0 commit comments