-
Notifications
You must be signed in to change notification settings - Fork 221
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: Add isHidden to FormField label element #2973
Merged
alanbsmith
merged 8 commits into
Workday:prerelease/major
from
mannycarrera4:mc-formfield-hidden
Oct 10, 2024
Merged
fix: Add isHidden to FormField label element #2973
alanbsmith
merged 8 commits into
Workday:prerelease/major
from
mannycarrera4:mc-formfield-hidden
Oct 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Workday/canvas-kit Run #7876
Run Properties:
|
Project |
Workday/canvas-kit
|
Run status |
Passed #7876
|
Run duration | 03m 57s |
Commit |
41a0693f1c ℹ️: Merge 305b6edde6db6283f113acb01f1050c3ed2c8ebb into 96aa087e44d928f9b530e0133be4...
|
Committer | Manuel Carrera |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
30
|
Pending |
24
|
Skipped |
0
|
Passing |
1082
|
UI Coverage
21.75%
|
|
---|---|
Untested elements |
1628
|
Tested elements |
450
|
Accessibility
99.19%
|
|
---|---|
Failed rules |
5 critical
5 serious
0 moderate
2 minor
|
Failed elements |
181
|
mannycarrera4
changed the title
fix: Add breaking change to FormField in upgrade guide
fix: Add isHidden to FormField label element
Oct 10, 2024
Co-authored-by: Josh <[email protected]>
josh-bagwell
approved these changes
Oct 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Add
isHidden
to FormFIeld.Label to support what hidden label that existed in form field main before promotion.Release Category
Components
Release Note
If you want to hide the label but maintain accessibility, add the
isHidden
prop on theFormField.Label
element.