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): fix tabIndex behaviour #2101

Merged
merged 2 commits into from
Sep 23, 2017
Merged

Conversation

layershifter
Copy link
Member

Fixes #2093.

@codecov-io
Copy link

codecov-io commented Sep 22, 2017

Codecov Report

Merging #2101 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2101      +/-   ##
==========================================
+ Coverage   99.76%   99.76%   +<.01%     
==========================================
  Files         149      149              
  Lines        2598     2599       +1     
==========================================
+ Hits         2592     2593       +1     
  Misses          6        6
Impacted Files Coverage Δ
src/modules/Dropdown/Dropdown.js 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 e2fc8f5...7aec829. Read the comment docs.

.should.have.prop('tabIndex', 123)
})

it('is not present on the root when', () => {
Copy link
Member

Choose a reason for hiding this comment

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

Missing a word in here I think, "...on the root when search"?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for eyes 👍 Fixed

@layershifter
Copy link
Member Author

@levithomason CI passed and you approved, merged it 😄

@layershifter layershifter merged commit da8e686 into master Sep 23, 2017
@layershifter layershifter deleted the fix/dropdown-tabindex branch September 23, 2017 17:42
@levithomason
Copy link
Member

Released in [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants