Skip to content
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

feat(Listbox): add in FluidComboBox, FluidMultiSelect #12163

Merged
merged 14 commits into from
Oct 21, 2022

Conversation

tw15egan
Copy link
Member

@tw15egan tw15egan commented Sep 26, 2022

Closes #12120
Closes #12124
Refs #12128

Initial PR adding in unstable__FluidComboBox and unstable__FluidMultiSelect.

Changelog

New

  • unstable__FluidComboBox and unstable__FluidMultiSelect components
  • Styles for FluidComboBox (_fluid-combo-box.scss), FluidMultiSelect (_fluid-multiselect.scss)
  • Stories for FluidComboBox (FluidComboBox.stories.js) and FluidMultiSelect (FluidMultiSelect.stories.js)
  • Tests for FluidComboBox and FluidMultiSelect

Testing / Reviewing

  • Go to the FluidMultiSelect and FluidComboBox stories and ensure all styles are correct, all variants render as expected, and all playground controls work.
  • Also ensure there are no regressions to FluidDropdown

@netlify
Copy link

netlify bot commented Sep 26, 2022

Deploy Preview for carbon-components-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 0f1fc05
🔍 Latest deploy log https://app.netlify.com/sites/carbon-components-react/deploys/6352f04f9b4350000aaea9ea
😎 Deploy Preview https://deploy-preview-12163--carbon-components-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Sep 26, 2022

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit 0f1fc05
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/6352f04f55e8a20008f1b65f
😎 Deploy Preview https://deploy-preview-12163--carbon-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Member

@aagonzales aagonzales left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All 3 dropdowns

  • Missing the border-bottom $border-strong on the warn states

image

ComboBox

  • Can we add the "Filter..." prompt text to the Combobox input

image

  • I wonder if we can shift the listbox down so the bottom border of the focus is still shown. Not a hill I'll die on just wondering if its possible.

    image

Copy link
Member

@aagonzales aagonzales left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! ✅ 👍

@tw15egan
Copy link
Member Author

cc @aledavila

@kodiakhq kodiakhq bot merged commit 7dc34df into carbon-design-system:main Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Fluid inputs: FluidMultiSelect Fluid inputs: FluidComboBox
5 participants