You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/components/ebay-combobox/combobox.stories.ts
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,16 @@ export default {
90
90
description:
91
91
"If true, the option will always be shown even if it does not match the filter",
92
92
},
93
-
93
+
strategy: {
94
+
control: {type: "select"},
95
+
options: ["absolute","fixed"],
96
+
table: {
97
+
defaultValue: {
98
+
summary: "absolute",
99
+
},
100
+
},
101
+
description: "Swap between fixed and absolute positioning strategy. Use fixed when dropdown is in contained in an overflow and needs to be visible as you scroll the screen.",
0 commit comments