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),
|
selectionMode: this.onSelectionModeChange(this.type),
|
||||||
forceInputRerender: 1,
|
forceInputRerender: 1,
|
||||||
isFocused: false,
|
isFocused: false,
|
||||||
focusedDate: initialValue[0] || new Date(),
|
focusedDate: initialValue[0] || this.startDate || new Date(),
|
||||||
focusedTime: {
|
focusedTime: {
|
||||||
column: 0, // which column inside the picker
|
column: 0, // which column inside the picker
|
||||||
picker: 0, // which picker
|
picker: 0, // which picker
|
||||||
|
|
Loading…
Add table
Reference in a new issue