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
<ui:propname="modal" type="boolean" optional="{true}" client="{true}" default="{false}" description="Whether the popover should be modal." />
2
2
<ui:propname="portalled" type="boolean" optional="{true}" client="{true}" default="{true}" description="Whether the popover is portalled and proxies tabbing behavior regardless of DOM position." />
3
3
<ui:propname="autoFocus" type="boolean" optional="{true}" client="{true}" default="{true}" description="Whether to automatically set focus on the first focusable content within the popover when opened." />
4
+
<ui:propname="restoreFocus" type="boolean" optional="{true}" client="{true}" default="{true}" description="Whether to restore focus to the element that had focus before the popover was opened." />
4
5
<ui:propname="closeOnInteractOutside" type="boolean" optional="{true}" client="{true}" default="{true}" description="Whether to close the popover when the user clicks outside of the popover." />
5
6
<ui:propname="closeOnEscape" type="boolean" optional="{true}" client="{true}" default="{true}" description="Whether to close the popover when the escape key is pressed." />
6
7
<ui:propname="positioning" type="array" optional="{true}" client="{true}" description="The user provided options used to position the popover content." />
7
8
<ui:propname="defaultOpen" type="boolean" optional="{true}" client="{true}" description="The initial open state of the popover when rendered. Use when you don't need to control the open state of the popover." />
0 commit comments