diff --git a/components/lib/dropdown/Dropdown.js b/components/lib/dropdown/Dropdown.js index c5cecedaea..a1cfb458a6 100644 --- a/components/lib/dropdown/Dropdown.js +++ b/components/lib/dropdown/Dropdown.js @@ -117,6 +117,7 @@ export const Dropdown = React.memo( return; } + event.stopPropagation(); props.onClick && props.onClick(event); // do not continue if the user defined click wants to prevent it