Add strictParsing property

This commit is contained in:
Markus Öllinger
2019-04-05 12:35:33 +02:00
parent 647f3c7ce3
commit 93bd2f472e
+1
View File
@@ -116,6 +116,7 @@ export interface ReactDatePickerProps {
showYearDropdown?: boolean;
startDate?: Date | null;
startOpen?: boolean;
strictParsing?: boolean;
tabIndex?: number;
timeCaption?: string;
timeFormat?: string;