72
Views
1
Comments
Customized warning for unsaved changes before leaving screen or tab
Question
Application Type
Reactive

How to show a pop-up to confirm leaving without saving changes .On forum I got the answer but all leads said to use the OnBeforeUnload handling. 

This event will use only on browser level like refresh and close the tab , I want to use in also on Tabs changing. 

2024-12-02 12-15-17
Aravind EONE

Hi @Preeti Mahajan, you can use on tab change event by creating a new client action.

then you can verify if there are any modified changes or not. if yes you can show the warning popup.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.