Skip to content

Commit

Permalink
Fix hovering of ListboxItem (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
victortrinh2 authored Dec 18, 2024
2 parents 193c2a6 + a4c8a38 commit 4666817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/ListBox/src/ListBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function ListBox<T extends object>(props: ListBoxProps<T>, ref: ForwardedRef<HTM
size: sizeProp,
style: styleProp,
selectionIndicator = "check",
selectionMode,
selectionMode = "single",
loadingListBoxItemProps,
...otherProps
} = ownProps;
Expand Down

0 comments on commit 4666817

Please sign in to comment.