We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cc05c commit 7904564Copy full SHA for 7904564
packages/mantine/src/suggestionMenu/SuggestionMenuItem.tsx
@@ -19,6 +19,7 @@ export const SuggestionMenuItem = forwardRef<
19
ref={ref}
20
id={id}
21
role="option"
22
+ onClick={onClick}
23
aria-selected={isSelected || undefined}>
24
{item.icon && (
25
<Mantine.Group
0 commit comments