Thank you for the answer. very much appreciated.
The date picker still shows only the date not time. Any idea what I'm doing wrong?
const editorShape = [{
key: "start",
type: "date",
label: "Start date and time",
config: {
time: true, // Enable time picker
},
},
{
key: "end",
type: "date",
label: "End date",
config: {
time: true, // Enable time picker
},
}, ];
New issue created on the repository:
https://github.com/svar-widgets/gantt/issues/5