From db4ee2df2558b39bec33bb416b4da974503ae50b Mon Sep 17 00:00:00 2001 From: sam-m-m Date: Mon, 8 Mar 2021 17:09:52 -0800 Subject: [PATCH] feat #230 - tooltip opens onClick --- src/components/Table/MultipleIcons.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/Table/MultipleIcons.tsx b/src/components/Table/MultipleIcons.tsx index b860738a..605d031a 100644 --- a/src/components/Table/MultipleIcons.tsx +++ b/src/components/Table/MultipleIcons.tsx @@ -79,8 +79,15 @@ export const MultipleIcons: FC = ({ isInsideTooltip: true, sliceStartIndex: truncateLength })} + triggerMode='click' > - + + // this is to prevent the entire row from being clicked + e.stopPropagation() + } + > +{iconPropsArr.length - truncateLength}