We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c8c9d commit 69da428Copy full SHA for 69da428
components/vc-picker/RangePicker.tsx
@@ -315,7 +315,7 @@ function RangerPicker<DateType>() {
315
316
// Fill disabled unit
317
for (let i = 0; i < 2; i += 1) {
318
- if (mergedDisabled[i] && !getValue(postValues, i) && !getValue(props.allowEmpty, i)) {
+ if (mergedDisabled.value[i] && !getValue(postValues, i) && !getValue(props.allowEmpty, i)) {
319
postValues = updateValues(postValues, props.generateConfig.getNow(), i);
320
}
321
0 commit comments