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
add 'height: 100%;' and 'align-items: center;' style to 'IndicatorIcon' div - expands size of active icon element for easier user manipulation; added new property menuPosition (typeof 'top' | 'auto' | 'bottom'). Determines where menu will be placed in relation to the control - 'auto' will first check if menu has space to open below the control, otherwise it will open above the control. Defaults to 'bottom', which essentially keeps current functionality intact; bump some dev dependencies; rebuild storybook files
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,7 @@ All properties are technically optional (with a few having default values). Very
150
150
|`scrollMenuIntoView`| bool | `true` | Performs animated scroll to show menu in view when menu is opened (if there is room to do so)
151
151
|`backspaceClearsValue`| bool | `true` | Remove the currently focused option when the user presses backspace
152
152
|`filterMatchFrom`| 'any' OR 'start' | `'any'` | Position in stringified option to match search input
153
+
|`menuPosition`| 'top' OR 'auto' OR 'bottom' | `'bottom'` | Determines where menu will be placed in relation to the control - `'auto'` will first check if menu has space to open below the control, otherwise it will open above the control.
153
154
|`filterIgnoreCase`| bool | `true` | Search input ignores case of characters when comparing
154
155
|`filterIgnoreAccents`| bool | `false` | Search input will strip diacritics from string before comparing
155
156
|`onMenuOpen`| (...args: any[]): void | `undefined` | Callback function executed after the menu is opened
Copy file name to clipboardExpand all lines: docs/iframe.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,4 +71,4 @@
71
71
}</script><style>#root[hidden],
72
72
#docs-root[hidden] {
73
73
display: none !important;
74
-
}</style></head><body><divclass="sb-nopreview sb-wrapper"><divclass="sb-nopreview_main"><h1class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><divclass="sb-errordisplay sb-wrapper"><preid="error-message" class="sb-heading"></pre><preclass="sb-errordisplay_code"><codeid="error-stack"></code></pre></div><divid="root"></div><divid="docs-root"></div><scriptsrc="runtime~main.b6fb2797418f51894f9f.bundle.js"></script><scriptsrc="vendors~main~253ae210.b6fb2797418f51894f9f.bundle.js"></script><scriptsrc="vendors~main~d939e436.b6fb2797418f51894f9f.bundle.js"></script><scriptsrc="vendors~main~db300d2f.b6fb2797418f51894f9f.bundle.js"></script><scriptsrc="vendors~main~1f20a385.b6fb2797418f51894f9f.bundle.js"></script><scriptsrc="vendors~main~678f84af.b6fb2797418f51894f9f.bundle.js"></script><scriptsrc="vendors~main~ec8c427e.b6fb2797418f51894f9f.bundle.js"></script><scriptsrc="main~24120820.b6fb2797418f51894f9f.bundle.js"></script></body></html>
74
+
}</style></head><body><divclass="sb-nopreview sb-wrapper"><divclass="sb-nopreview_main"><h1class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><divclass="sb-errordisplay sb-wrapper"><preid="error-message" class="sb-heading"></pre><preclass="sb-errordisplay_code"><codeid="error-stack"></code></pre></div><divid="root"></div><divid="docs-root"></div><scriptsrc="runtime~main.ed9c8847484ee859d3c8.bundle.js"></script><scriptsrc="vendors~main~253ae210.ed9c8847484ee859d3c8.bundle.js"></script><scriptsrc="vendors~main~d939e436.ed9c8847484ee859d3c8.bundle.js"></script><scriptsrc="vendors~main~db300d2f.ed9c8847484ee859d3c8.bundle.js"></script><scriptsrc="vendors~main~1f20a385.ed9c8847484ee859d3c8.bundle.js"></script><scriptsrc="vendors~main~678f84af.ed9c8847484ee859d3c8.bundle.js"></script><scriptsrc="vendors~main~ec8c427e.ed9c8847484ee859d3c8.bundle.js"></script><scriptsrc="main~24120820.ed9c8847484ee859d3c8.bundle.js"></script></body></html>
0 commit comments