Open marciogurka opened 1 month ago
Forum post
"Hi there!
I encountered a strange behavior of the Duration column for the first new task the config of new tasks is like this:
{ name: '', duration: null, }
It happens only if I want to set a 0 value. Any other values work from the first time.
It can be reproduced in your demo."
onAddTaskClick
added = gantt.taskStore.rootNode.appendChild({ name : '', duration : null });
https://github.com/user-attachments/assets/aa5e79ff-7feb-4b63-8f01-3f79fbfb4330
Forum post
"Hi there!
I encountered a strange behavior of the Duration column for the first new task the config of new tasks is like this:
It happens only if I want to set a 0 value. Any other values work from the first time.
It can be reproduced in your demo."
onAddTaskClick
function to the followinghttps://github.com/user-attachments/assets/aa5e79ff-7feb-4b63-8f01-3f79fbfb4330