Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 848 Bytes

unsaved-changes-dialog.component.md

File metadata and controls

27 lines (18 loc) · 848 Bytes
Title Added Status Last reviewed
Unsaved Changes Dialog component
v6.6.0
Active
2024-02-06

Dialog which informs about unsaved changes. Allows discard them and proceed or close dialog and stop proceeding.

Unsaved Changes Dialog

Basic Usage

this.dialog.open(UnsavedChangesDialogComponent);

Details

Detecting if changes should be discarded.

To detect if changes should be discarded you need to check value passed on dialog's close. If value is true then changes should be discard, false otherwise.

See also