I am using EditContext.IsModified() to set a bool that tracks if there are any unsaved changes on the page. When altering values through Inspect Element, unsaved changes are detected and the bool is set.
Is there a workaround to prevent changes through the inspector from setting the bool? Is there a better way to approach tracking unsaved changes in an EditForm?