Hello,
Is there a way for me to check if the surveyjs form has been edited or values changed ?
I am using React and I wanna show the user a popup if he tries to leave without saving data.
Or is there any approach you would recommend?
I am currently using the onValuesChanged method and trying to compare the old values with the new ones.
But when saving the state if the form is edited the survey gets rerendered and values are lost.