-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2101 +/- ##
==========================================
+ Coverage 99.76% 99.76% +<.01%
==========================================
Files 149 149
Lines 2598 2599 +1
==========================================
+ Hits 2592 2593 +1
Misses 6 6
Continue to review full report at Codecov.
|
.should.have.prop('tabIndex', 123) | ||
}) | ||
|
||
it('is not present on the root when', () => { |
There was a problem hiding this comment.
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"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for eyes 👍 Fixed
@levithomason CI passed and you approved, merged it 😄 |
Released in |
Fixes #2093.