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.
this.dialog.open(UnsavedChangesDialogComponent);
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.