-
Notifications
You must be signed in to change notification settings - Fork 64
Fixing exclusive maximum and minimum issue #1328
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
Conversation
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1328 +/- ##
============================================
- Coverage 81.73% 81.71% -0.03%
- Complexity 853 855 +2
============================================
Files 97 97
Lines 2267 2269 +2
Branches 305 306 +1
============================================
+ Hits 1853 1854 +1
Misses 255 255
- Partials 159 160 +1 ☔ View full report in Codecov by Sentry. |
| public static final String PN_EXCLUSIVE_MAXIMUM = "exclusiveMaximum"; | ||
| public static final String PN_EXCLUDE_MINIMUM = "excludeMinimum"; | ||
| public static final String PN_EXCLUDE_MAXIMUM = "excludeMaximum"; | ||
| public static final String PN_EXCLUDE_MINIMUM_CHECK = "excludeMinimumCheck"; |
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.
What is difference between PN_EXCLUDE_MINIMUM and PN_EXCLUDE_MINIMUM_CHECK ?
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.
These are old values, which was not reviewed correctly, now we need to maintain it to support old content structures
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
5 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
* Fixing exclusive maximum and minimum issue with number input * Fixing exclusive maximum and minimum issue with date picker * Adding test cases as per the customer use-case * updating package lock * Fixing test case * Fixing test case
* Fixing exclusive maximum and minimum issue with number input * Fixing exclusive maximum and minimum issue with date picker * Adding test cases as per the customer use-case * updating package lock * Fixing test case * Fixing test case
* Fixing exclusive maximum and minimum issue with number input * Fixing exclusive maximum and minimum issue with date picker * Adding test cases as per the customer use-case * updating package lock * Fixing test case * Fixing test case
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: