-
Notifications
You must be signed in to change notification settings - Fork 58
Date time input field #1587
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 time input field #1587
Conversation
3b68bf0
to
3b715a4
Compare
3783f6f
to
7721b87
Compare
7721b87
to
9f69daf
Compare
9f69daf
to
134d77a
Compare
134d77a
to
0e41af4
Compare
0e41af4
to
2527241
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1587 +/- ##
============================================
+ Coverage 82.79% 82.87% +0.08%
- Complexity 1036 1047 +11
============================================
Files 109 110 +1
Lines 2697 2716 +19
Branches 392 394 +2
============================================
+ Hits 2233 2251 +18
Misses 270 270
- Partials 194 195 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
2527241
to
68c79c4
Compare
68c79c4
to
0471057
Compare
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
0471057
to
314d9c9
Compare
62aa4b5
to
33654cb
Compare
@@ -152,7 +152,7 @@ public static void testSchemaValidation(@NotNull Object model) { | |||
((ObjectNode) formContainerTemplateNode).putArray("items").add(json); | |||
json = formContainerTemplateNode; | |||
} | |||
// create set of validation message and store result in it | |||
// create set of validation message and st ore result in it |
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.
Fix this typo
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.
Done
} |
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.
Please remove these changes
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.
Removed, I think this was the culprit, these changes were added by Intellij automatically.
@@ -94,7 +94,7 @@ | |||
], | |||
"fd:version": "2.1", | |||
"schemaType": "none", | |||
"specVersion": "0.14.2", | |||
"specVersion": "0.15.2", |
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.
Why did you make this change ?
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.
Please don't make any changes in the file which is not related to this PR
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.
If I am not updating this version, 3 tests are failing FormContainerImplTest.testJSONExportWithoutSubmissionAttribute
FormContainerImplTest.testJSONExportWithSubmissionHeader
FormContainerImplTest.testJSONExportWithSubmissionAttribute
} |
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.
Please remove these changes from this PR
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.
Done
@@ -4150,7 +4150,7 @@ | |||
"integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", | |||
"dev": true, | |||
"dependencies": { | |||
"tweetnacl": "^0.14.3" | |||
"tweetnacl": "^0.15.0" |
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.
Please remove these changes
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.
Done
cb379de
to
857e253
Compare
@@ -85,6 +85,9 @@ private ReservedProperties() { | |||
public static final String PN_MAX_LENGTH = "maxLength"; | |||
public static final String PN_MINIMUM_DATE = "minimumDate"; | |||
public static final String PN_MAXIMUM_DATE = "maximumDate"; | |||
public static final String PN_MINIMUM_DATE_TIME = "minimumDateTime"; | |||
public static final String PN_DEFAULT_DATE_TIME = "defaultDateTime"; |
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.
Why is this not yet removed, this is not used anywhere
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.
Removed
Please resolve conflicts |
857e253
to
e1d2e3b
Compare
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.
I don't see authoring or runtime test cases for date time component
e1d2e3b
to
c233a95
Compare
Accessibility Violations Found
|
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
Accessibility Violations Found
|
I have added tests |
* Date time input field (#1587) * date time input field * date time fixes * Added test cases * fixed default message issue * fixed formatting * fixing code coverage * removed css and fixed formatting * Incorporated review comments * Added cypress tests on authoring and runtime --------- Co-authored-by: dgurjar <[email protected]> * @releng updating af-core (#1657) --------- Co-authored-by: Devendra Gurjar <[email protected]> Co-authored-by: dgurjar <[email protected]>
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: