Skip to content

Commit ca741fd

Browse files
feat: add new placement option to overflow menu (#3157)
Co-authored-by: Akshat Patel <[email protected]>
1 parent 42c8c6a commit ca741fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog/overflow-menu/overflow-menu.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class OverflowMenu extends BaseIconButton {
9696

9797
@Input() flip = false;
9898

99-
@Input() placement: "bottom" | "top" = "bottom";
99+
@Input() placement: "bottom" | "top" | "bottom,top" | "top,bottom" = "bottom";
100100

101101
@Input() open = false;
102102

0 commit comments

Comments
 (0)