+ css`
+ display: flex;
+ flex-direction: column;
+ gap: ${euiTheme.size.s};
+ `}
+ >
+ First button
+ Second button
+ Third button
+
+
+ >
+ ),
+};
diff --git a/packages/eui/src/components/popover/input_popover.tsx b/packages/eui/src/components/popover/input_popover.tsx
index a852ec2a6a0..7eb6ddf2897 100644
--- a/packages/eui/src/components/popover/input_popover.tsx
+++ b/packages/eui/src/components/popover/input_popover.tsx
@@ -135,6 +135,28 @@ export const EuiInputPopover: FunctionComponent