-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(core): fix the invalid date issue when no time is selected for date/time column #50
Conversation
0f62b4c
to
44617ec
Compare
==== Karma Test Coverage ==== |
this.dateTime.time=node.state.get("defaultTime")??"9:00"; | ||
} | ||
// else{ | ||
// newTime=value.time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default take as input
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this is the default time if no default time is provided
44617ec
to
f4587c2
Compare
==== Karma Test Coverage ==== |
f4587c2
to
44e842b
Compare
==== Karma Test Coverage ==== |
44e842b
to
16c3cb7
Compare
==== Karma Test Coverage ==== |
16c3cb7
to
5d4e89f
Compare
==== Karma Test Coverage ==== |
Description
Fix the invalid date issue when no time is selected for date/time column
Fixes #40
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: