We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d289945 commit a3a9bb5Copy full SHA for a3a9bb5
1 file changed
src/Dropdown.js
@@ -97,7 +97,7 @@ class Dropdown extends React.Component {
97
return (
98
<Component
99
{...props}
100
- tabIndex='-1'
+ tabIndex="-1"
101
className={classNames(this.props.className, rootClasses)}
102
>
103
{ children }
0 commit comments