Props & events
Attributes & behavior classes
Dismissal behavior (.no-overlay-close, .no-close-on-esc) is the main per-instance configuration, alongside size.
| Attribute / class | Purpose |
|---|---|
aria-labelledby | Points at the dialog's title element |
aria-controls (on the trigger) | Points at this dialog's id |
Events
Opened via the native showModal() and closed via close(), both wired by flickui.js.
| Event | Description |
|---|---|
flick:open / flick:close | Fired when the dialog opens or closes, by any means (button, backdrop, Escape). |
flick:confirm | Fired by an .action-confirm button before the dialog closes — hook your save/submit logic here. |