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

This commit is contained in:
Surinder Kumar 2017-08-23 11:26:24 +05:30 committed by Akshay Joshi
parent b585063a26
commit cb9a05a7e7

View File

@ -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: [],