Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

fix(Dropdown): pass custom window to Downshift#1884

Merged
silviuaavram merged 5 commits intomasterfrom
fix/pass-environment-to-downshift
Sep 4, 2019
Merged

fix(Dropdown): pass custom window to Downshift#1884
silviuaavram merged 5 commits intomasterfrom
fix/pass-environment-to-downshift

Conversation

@silviuaavram
Copy link
Collaborator

downshift-js/downshift#755

Can be merged without the Downshift fix.

@silviuaavram silviuaavram added accessibility All the Accessibility tasks and bugs should be tagged with this. 🚀 ready for review labels Sep 3, 2019
@codecov
Copy link

codecov bot commented Sep 3, 2019

Codecov Report

Merging #1884 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1884   +/-   ##
=======================================
  Coverage   69.84%   69.84%           
=======================================
  Files         888      888           
  Lines        7762     7762           
  Branches     2269     2242   -27     
=======================================
  Hits         5421     5421           
  Misses       2331     2331           
  Partials       10       10
Impacted Files Coverage Δ
...ackages/react/src/components/Dropdown/Dropdown.tsx 88.04% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1ad68d3...106298d. Read the comment docs.

highlightedIndex={highlightedIndex}
onStateChange={this.handleStateChange}
labelId={this.props['aria-labelledby']}
environment={this.context.target.defaultView}
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

the exact place I got it from!

Copy link
Member

@layershifter layershifter left a comment

Choose a reason for hiding this comment

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

Changelog?

@silviuaavram silviuaavram merged commit 499e78f into master Sep 4, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix/pass-environment-to-downshift branch September 4, 2019 14:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

accessibility All the Accessibility tasks and bugs should be tagged with this. 🚀 ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants