hasEdits

val hasEdits: StateFlow<Boolean>

True if edits have been made to this FeatureForm, false otherwise. This property tracks changes to FieldFormElement and AttachmentsFormElement. Once an edit has been made, this property will be true until FeatureForm.discardEdits or FeatureForm.finishEditing is called; even if elements are manually set to their original state.

Since

200.7.0