Prop | Default | Type |
---|---|---|
defaultOpen | false | boolean The open state of the popover when it is initially rendered. Use when you do not need to control its open state. |
modal | false | boolean The modality of the popover. When set to true, interaction with outside elements will be disabled and only popover content will be visible to screen readers. |
open | boolean The controlled open state of the popover. |
Emit | Payload |
---|---|
update:open | [value: boolean] Event handler called when the open state of the popover changes. |
Slots (default) | Payload |
---|---|
open | boolean Current open state |
close | (): void Close the popover |