take into account possible startDate in props
This commit is contained in:
parent
939a162ad7
commit
9a7a0e7557
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@
|
|||
selectionMode: this.onSelectionModeChange(this.type),
|
||||
forceInputRerender: 1,
|
||||
isFocused: false,
|
||||
focusedDate: initialValue[0] || new Date(),
|
||||
focusedDate: initialValue[0] || this.startDate || new Date(),
|
||||
focusedTime: {
|
||||
column: 0, // which column inside the picker
|
||||
picker: 0, // which picker
|
||||
|
|
Loading…
Add table
Reference in a new issue