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.
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.