Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1603 from react-bootstrap/rm-tabindex
Browse files Browse the repository at this point in the history
[fixed] remove extra tabIndex
  • Loading branch information
taion committed Jan 16, 2016
2 parents 1633450 + 9331141 commit ad2c6be
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 ad2c6be

Please sign in to comment.