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: docs/components/menu.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -527,6 +527,8 @@ a sharp 0px border radius.](images/menu/theming.webp)
527
527
|`typeaheadDelay`|`typeahead-delay`|`number`|`200`| The max time between the keystrokes of the typeahead menu behavior before it clears the typeahead buffer. |
528
528
|`anchorCorner`|`anchor-corner`|`string`|`Corner.END_START`| The corner of the anchor which to align the menu in the standard logical property style of <block>-<inline> e.g. `'end-start'`.<br>NOTE: This value may not be respected by the menu positioning algorithm if the menu would render outisde the viewport. |
529
529
|`menuCorner`|`menu-corner`|`string`|`Corner.START_START`| The corner of the menu which to align the anchor in the standard logical property style of <block>-<inline> e.g. `'start-start'`.<br>NOTE: This value may not be respected by the menu positioning algorithm if the menu would render outisde the viewport. |
530
+
|`noHorizontalFlip`|`no-horizontal-flip`|`boolean`|`false`| Disable the `flip` behavior that usually happens on the horizontal axis when the surface would render outside the viewport. |
531
+
|`noVerticalFlip`|`no-vertical-flip`|`boolean`|`false`| Disable the `flip` behavior that usually happens on the vertical axis when the surface would render outside the viewport. |
530
532
|`stayOpenOnOutsideClick`|`stay-open-on-outside-click`|`boolean`|`false`| Keeps the user clicks outside the menu.<br>NOTE: clicking outside may still cause focusout to close the menu so see `stayOpenOnFocusout`. |
531
533
|`stayOpenOnFocusout`|`stay-open-on-focusout`|`boolean`|`false`| Keeps the menu open when focus leaves the menu's composed subtree.<br>NOTE: Focusout behavior will stop propagation of the focusout event. Set this property to true to opt-out of menu's focusout handling altogether. |
532
534
|`skipRestoreFocus`|`skip-restore-focus`|`boolean`|`false`| After closing, does not restore focus to the last focused element before the menu was opened. |
0 commit comments