-
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
WB-1677.2: Combobox misc fixes #2308
Conversation
…port selectionType
🦋 Changeset detectedLatest commit: 1c06c5f The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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 (3357516) 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="PR2308" Packages can also be installed manually by running: yarn add @khanacademy/wonder-blocks-<package-name>@PR2308 |
Size Change: +7 B (+0.01%) Total Size: 99.9 kB
ℹ️ View Unchanged
|
A new build was pushed to Chromatic! 🚀https://5e1bf4b385e3fb0020b7073c-fftupodqfs.chromatic.com/ Chromatic results:
|
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.
Changes look good!
autoComplete: "none", | ||
light: false, | ||
loading: false, | ||
// labels: defaultComboboxLabels, |
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.
nit: Can this be removed?
Summary:
offBlack16
tooffBlack50
to be consistent with the rest of form fields.selectionType
values without breaking the story.Issue: WB-1677
Test plan:
Navigate to the Combobox docs in Storybook and verify the following:
The border color is now
offBlack50
.The arg types are now categorized.
The interactive story should now support switching
selectionType
valueswithout breaking the story. This means that the story should try to preserve the
value
when switching betweensingle
andmulti
selection types.Screen.Recording.2024-08-27.at.3.37.49.PM.mov