Datetimepicker will expand from bottom instead of Top, because of that user won't be able to select start and end time properly. Fixes #2656
parent
b585063a26
commit
cb9a05a7e7
|
|
@ -2223,7 +2223,11 @@
|
|||
format: "YYYY-MM-DD HH:mm:ss Z",
|
||||
showClear: true,
|
||||
showTodayButton: true,
|
||||
toolbarPlacement: 'top'
|
||||
toolbarPlacement: 'top',
|
||||
widgetPositioning: {
|
||||
horizontal: 'auto',
|
||||
vertical: 'bottom'
|
||||
},
|
||||
},
|
||||
placeholder: "YYYY-MM-DD HH:mm:ss Z",
|
||||
extraClasses: [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue