Skip to content

Commit 8e29e88

Browse files
committed
Merge branch 'fix-disabled' of github.com:Roxannej/picker into fix-disabled
2 parents 7fc89fe + 65e65df commit 8e29e88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PickerInput/Popup/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export interface PopupProps<DateType extends object = any, PresetValue = DateTyp
4444
isInvalid: (date: DateType | DateType[]) => boolean;
4545
onOk: VoidFunction;
4646

47+
maxDate?: DateType;
4748
onPanelMouseDown?: React.MouseEventHandler<HTMLDivElement>;
4849
maxDate?: DateType;
4950
}

0 commit comments

Comments
 (0)