Skip to content

Commit

Permalink
[fixed] remove extra tabIndex
Browse files Browse the repository at this point in the history
fixes #1474
  • Loading branch information
jquense committed Jan 16, 2016
1 parent 1633450 commit 9331141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class Dropdown extends React.Component {
return (
<Component
{...props}
tabIndex="-1"
className={classNames(this.props.className, rootClasses)}
>
{ children }
Expand Down

0 comments on commit 9331141

Please sign in to comment.