Skip to content

Commit 9331141

Browse files
committed
[fixed] remove extra tabIndex
fixes react-bootstrap#1474
1 parent 1633450 commit 9331141

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Dropdown.js

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class Dropdown extends React.Component {
101101
return (
102102
<Component
103103
{...props}
104-
tabIndex="-1"
105104
className={classNames(this.props.className, rootClasses)}
106105
>
107106
{ children }

0 commit comments

Comments
 (0)