Skip to content

Commit

Permalink
fix: keyboard navigation of options
Browse files Browse the repository at this point in the history
Signed-off-by: Will Lopez <[email protected]>
  • Loading branch information
willopez committed Aug 16, 2019
1 parent 9575d97 commit 0e033e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/components/Select/helpers/Option.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Option(props) {
<MenuItem
ref={props.innerRef}
component="div"
selected={props.isSelected}
selected={props.isFocused}
{...props.innerProps}
>
{props.children}
Expand Down

0 comments on commit 0e033e2

Please sign in to comment.