diff --git a/components/lib/selectbutton/SelectButton.js b/components/lib/selectbutton/SelectButton.js index 211e34ea15..b3a9c4417d 100644 --- a/components/lib/selectbutton/SelectButton.js +++ b/components/lib/selectbutton/SelectButton.js @@ -148,7 +148,10 @@ export const SelectButton = React.memo( return ( <> -
{items}
+
+ {items} + {props.children} +
{hasTooltip && } );