-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use LabeledField in other component stories (#2400)
## Summary: Use LabeledField in other component stories Issue: WB-1783 ## Test plan: Verify stories for the following components: - SingleSelect (`?path=/docs/packages-dropdown-singleselect--docs`) - MultiSelect (`?path=/docs/packages-dropdown-multiselect--docs`) - TextArea (`?path=/docs/packages-form-textarea--docs`) - TextArea Variants (`?path=/docs/packages-form-textarea-all-variants--docs`) - TextField (`?path=/docs/packages-form-textfield--docs`) - TextField Variants (`?path=/docs/packages-form-textfield-all-variants--docs`) - SearchField (`?path=/docs/packages-searchfield--docs`) - SearchField Variants (`?path=/docs/packages-searchfield-all-variants--docs`) Note: This addresses Storybook a11y issues related to form fields and labels. There are some stories that focus on the form field without the label so those warnings will need to be handled separately! Author: beaesguerra Reviewers: jandrade, beaesguerra Required Reviewers: Approved By: jandrade Checks: ✅ Chromatic - Get results on regular PRs (ubuntu-latest, 20.x), ✅ Lint / Lint (ubuntu-latest, 20.x), ✅ Test / Test (ubuntu-latest, 20.x, 2/2), ✅ Test / Test (ubuntu-latest, 20.x, 1/2), ✅ Check build sizes (ubuntu-latest, 20.x), ✅ Chromatic - Build on regular PRs / chromatic (ubuntu-latest, 20.x), ✅ Publish npm snapshot (ubuntu-latest, 20.x), ⏭️ Chromatic - Skip on Release PR (changesets), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ gerald, ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 20.x), ⏭️ dependabot Pull Request URL: #2400
- Loading branch information
1 parent
d9bc865
commit 68221bc
Showing
8 changed files
with
433 additions
and
652 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.