Set explicitly the time picker control to select

This commit is contained in:
Frédéric Guillot
2022-09-28 20:27:13 -07:00
committed by Frédéric Guillot
parent 11edef20d2
commit bc673cf6dc
2 changed files with 2 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ Kanboard.App.prototype.datePicker = function() {
// Datetime picker
$(".form-datetime").datetimepicker({
controlType: 'select',
dateFormat: dateFormat,
timeFormat: timeFormat,
constrainInput: false,