-
Notifications
You must be signed in to change notification settings - Fork 10
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
Use LabeledField in other component stories #2400
base: wb-1783-labeled-field-with-updates
Are you sure you want to change the base?
Use LabeledField in other component stories #2400
Conversation
Size Change: 0 B Total Size: 98.8 kB ℹ️ View Unchanged
|
A new build was pushed to Chromatic! 🚀https://5e1bf4b385e3fb0020b7073c-avxcxlgzkg.chromatic.com/ Chromatic results:
|
f636e4b
to
f0b2280
Compare
|
b9e17df
to
d7cfbf6
Compare
d7cfbf6
to
af12901
Compare
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
npm Snapshot: Published🎉 Good news!! We've packaged up the latest commit from this PR (d75dafe) and published all packages with changesets to npm. You can install the packages in webapp by running: ./services/static/dev/tools/deploy_wonder_blocks.js --tag="PR2400" Packages can also be installed manually by running: yarn add @khanacademy/wonder-blocks-<package-name>@PR2400 |
Summary:
Use LabeledField in other component stories
Issue: WB-1783
Test plan:
Verify stories for the following components:
?path=/docs/packages-dropdown-singleselect--docs
)?path=/docs/packages-dropdown-multiselect--docs
)?path=/docs/packages-form-textarea--docs
)?path=/docs/packages-form-textarea-all-variants--docs
)?path=/docs/packages-form-textfield--docs
)?path=/docs/packages-form-textfield-all-variants--docs
)?path=/docs/packages-searchfield--docs
)?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!