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

Dropdown position bug fix #229

Merged
merged 2 commits into from
Apr 16, 2019
Merged

Dropdown position bug fix #229

merged 2 commits into from
Apr 16, 2019

Conversation

ChaitanyaGadodia
Copy link
Contributor

No description provided.

@@ -75,13 +75,13 @@ class DropDown extends React.PureComponent<DropdownProps, DropdownState> {
)}
</Reference>

<MountTransition visible={isOpen} native>
<MountTransition visible={isOpen}>
Copy link
Contributor

Choose a reason for hiding this comment

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

How does this make a difference ?

@codecov
Copy link

codecov bot commented Apr 16, 2019

Codecov Report

Merging #229 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
+ Coverage   82.22%   82.25%   +0.03%     
==========================================
  Files          75       75              
  Lines        1108     1110       +2     
  Branches      207      207              
==========================================
+ Hits          911      913       +2     
  Misses        175      175              
  Partials       22       22
Impacted Files Coverage Δ
src/components/Select.tsx 94.44% <ø> (ø) ⬆️
src/components/DropDown.tsx 85.71% <ø> (ø) ⬆️
src/components/DateInput.tsx 66.03% <100%> (ø) ⬆️
src/components/styles/Select.styles.ts 100% <100%> (ø) ⬆️
src/components/styles/Date.styles.ts 100% <100%> (ø) ⬆️

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 8d67ec2...095673f. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Apr 16, 2019

Codecov Report

Merging #229 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
+ Coverage   82.22%   82.25%   +0.03%     
==========================================
  Files          75       75              
  Lines        1108     1110       +2     
  Branches      207      207              
==========================================
+ Hits          911      913       +2     
  Misses        175      175              
  Partials       22       22
Impacted Files Coverage Δ
src/components/Select.tsx 94.44% <ø> (ø) ⬆️
src/components/DropDown.tsx 85.71% <ø> (ø) ⬆️
src/components/DateInput.tsx 66.03% <100%> (ø) ⬆️
src/components/styles/Select.styles.ts 100% <100%> (ø) ⬆️
src/components/styles/Date.styles.ts 100% <100%> (ø) ⬆️

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 8d67ec2...095673f. Read the comment docs.

@ritz078 ritz078 merged commit 9f3a1d8 into master Apr 16, 2019
@ritz078 ritz078 deleted the dropdown-position-fix branch April 16, 2019 08:59
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.

2 participants