-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date only field endless countdown when form initialized with data #1223
Labels
bug
Something isn't working
Comments
Skaiir
pushed a commit
that referenced
this issue
Aug 14, 2024
bpmn-io-tasks
bot
added
needs review
Review pending
and removed
in progress
Currently worked on
labels
Aug 14, 2024
Skaiir
pushed a commit
that referenced
this issue
Aug 14, 2024
Skaiir
pushed a commit
that referenced
this issue
Aug 14, 2024
Skaiir
pushed a commit
that referenced
this issue
Aug 14, 2024
Skaiir
pushed a commit
that referenced
this issue
Aug 14, 2024
Closed via #1234 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
When initializing a form with some data and the form contains a date only field (a component of type
datetime
and subtypedate
) and the component value is passed in the form data (for example2024-07-24
), an endless countdown of the dates begins and never stops.All library versions after 1.7.1 behave like this. v1.7.1 stops the countdown at some date that is not correct.
IMPORTANT DETAIL: this bug is only (?) reproducible with time zone
(UTC-06:00) Central Time (US & Canada)
. Works OK with Bulgarian timezone (UTC+02:00) but all our clients are in the US and use theCentral Time
TZSteps to Reproduce
index.html
file:index.html
file with a browserExpected Behavior
The input doesn't change its value all the time and it's correctly populated with the date that's passed in the
data
object.Environment
The text was updated successfully, but these errors were encountered: