Skip to content

Not working in Safari 15.3 #233

@shruti456

Description

@shruti456

I am using it in Angular project and the code snippet looks like this

import dialogPolyfill from 'dialog-polyfill';

if (this.dialogBox) {
dialogPolyfill.registerDialog(this.dialogBox.nativeElement);
this.dialogBox.nativeElement.showModal();
}

The dialog is rendered on the normal page and not as a modal window
Please help me understand what is missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions