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 Jan 14, 2025. It is now read-only.
@@ -134,7 +135,7 @@ anchorCorner | Corner | Sets the corner that the menu surface will be anchored t
134
135
anchorElement | Element | Sets the anchor element used as an anchor for `menu-surface` positioning logic. Should contain class `.mdc-menu-surface--anchor`.
135
136
anchorMargin | Object* | Sets the distance from the anchor point that the menu surface should be shown.
136
137
coordinates | {x: Number, y: Number} | Sets the anchor coordinates when menu surface does not use anchorElement.
137
-
open | Boolean | Opens menu surface when true.
138
+
open | Boolean | Changing value will trigger open/close of the menu surface.
138
139
quickOpen | Boolean | Disables the open/close animation of the menu surface, which makes the open/close instant.
139
140
fixed | Boolean | Sets the menu surface to fixed positioning.
140
141
onClose | Function | Callback triggered after menu surface closes.
0 commit comments