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

fix(Dropdown): add downshiftProps handling #6341

Merged

Conversation

dakahn
Copy link
Contributor

@dakahn dakahn commented Jun 24, 2020

Closes #6243

In our update to v5 Downshift we broke functionality for passing in downshiftProps to our Dropdown component.

Testing / Reviewing

in Dropdown-story.js add something like
image

And then make a selection in Dropdown and check your console and make sure that did in fact work 🏄

@dakahn dakahn requested review from a team as code owners June 24, 2020 18:44
@ghost ghost requested review from aledavila and tw15egan June 24, 2020 18:44
@dakahn dakahn requested a review from joshblack June 24, 2020 18:48
@netlify
Copy link

netlify bot commented Jun 24, 2020

Deploy preview for carbon-elements ready!

Built with commit aa488cb

https://deploy-preview-6341--carbon-elements.netlify.app

@netlify
Copy link

netlify bot commented Jun 24, 2020

Deploy preview for carbon-components-react ready!

Built with commit aa488cb

https://deploy-preview-6341--carbon-components-react.netlify.app

Copy link
Collaborator

@tw15egan tw15egan left a comment

Choose a reason for hiding this comment

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

LGTM 👍 ✅

@netlify
Copy link

netlify bot commented Jun 24, 2020

Deploy preview for carbon-elements ready!

Built with commit cc683f4

https://deploy-preview-6341--carbon-elements.netlify.app

@dakahn dakahn merged commit 133219f into carbon-design-system:master Jun 24, 2020
@netlify
Copy link

netlify bot commented Jun 24, 2020

Deploy preview for carbon-components-react ready!

Built with commit cc683f4

https://deploy-preview-6341--carbon-components-react.netlify.app

gracelo added a commit to gracelo/carbon that referenced this pull request Jun 30, 2020
* origin/master: (77 commits)
  feat(pictograms): add systems devops category and pictograms (carbon-design-system#6332)
  fix(button): prevent tooltip from showing on incorrect hover (carbon-design-system#6349)
  feat(pictograms): add coronavirus pictogram in Life Science category (carbon-design-system#6351)
  chore(npmignore): update npmignore file (carbon-design-system#6350)
  chore(project): sync generated files
  fix(pagination): set correct width on ghost buttons (carbon-design-system#6344)
  docs(text-area): rename story file to use camel case in component name (carbon-design-system#6334)
  chore(release): v10.15.0-rc.0 (carbon-design-system#6343)
  feat(pictograms): New add device pictogram (carbon-design-system#6333)
  fix(Dropdown): add downshiftProps handling (carbon-design-system#6341)
  feat(pictograms): add supply chain category with new pictograms (carbon-design-system#6305)
  feat(pictograms): add gift pictogram in retail (carbon-design-system#6336)
  feat(pictograms): add blender pictogram in lifestyle category (carbon-design-system#6318)
  fix(dropdowns): pass user ID's to Downshift (carbon-design-system#6326)
  fix(carbon): revert pr 6185 (carbon-design-system#6331)
  feat(react): remove unsafe lifecycle methods from DataTable and DatePicker (carbon-design-system#6307)
  docs(handbook): add icon docs to developer-handbook (carbon-design-system#6300)
  feat(pictograms): add planning analytics pictogram to cloud category (carbon-design-system#6320)
  chore(project): sync generated files
  fix(loading): use `$overlay-01` token for overlay (carbon-design-system#6323)
  ...

# Conflicts:
#	packages/components/src/components/tabs/_tabs.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropdown: No way to add add "onStateChange" functionality since upgrading downshift
4 participants