You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not exactly sure this is the right place to be posting this, so please direct me if I'm in the wrong spot. I'm using Camunda Modeler to create a form file:
After setting a date code, and then assigning that date to a date time field with a subtype of Date, when viewing the form the date is rapidly declining, and is in a state that is un-interruptible.
Steps to Reproduce
set a date in code, and set the value to a variable used by the form:
const newDate = new Date().toISOString().split('T')[0]
variables.setAll({
date: newDate
})
in camunda modeler, reference the date variable in a date time field with a subtype of date:
now, when viewing a live form that uses the date, it is in a rapidly declining state, as displayed in the screen capture attached.
Screen.Recording.2024-12-11.at.5.17.11.PM.mov
Expected Behavior
The date field should simply be populated with the date being passed to it from code.
Environment
Host (Browser/Node version), if applicable: Chrome v131 and Safari v18
OS: mac, apple m3 pro, Sequoia. and Linux
The text was updated successfully, but these errors were encountered:
Describe the Bug
Not exactly sure this is the right place to be posting this, so please direct me if I'm in the wrong spot. I'm using Camunda Modeler to create a form file:
After setting a date code, and then assigning that date to a date time field with a subtype of Date, when viewing the form the date is rapidly declining, and is in a state that is un-interruptible.
Steps to Reproduce
Screen.Recording.2024-12-11.at.5.17.11.PM.mov
Expected Behavior
The date field should simply be populated with the date being passed to it from code.
Environment
The text was updated successfully, but these errors were encountered: