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
Copy file name to clipboardExpand all lines: packages/react/src/SelectPanel/SelectPanel.docs.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,12 @@
183
183
"type": "boolean",
184
184
"description": "Whether to display the selected items at the top of the list",
185
185
"default": "true"
186
+
},
187
+
{
188
+
"name": "disableFullscreenOnNarrow",
189
+
"type": "boolean",
190
+
"description": "Whether to disable fullscreen behavior on narrow viewports. When `true`, the panel will maintain its anchored position regardless of viewport size. When `false`, the panel will go fullscreen on narrow viewports (if feature flag is enabled).",
191
+
"defaultValue": "undefined (uses feature flag default)"
0 commit comments