Suggest an editImprove this articleRefine the answer for “What is the dirty and pristine state?”. Your changes go to moderation before they’re published.Approval requiredContentWhat you’re changing🇺🇸EN🇺🇦UAPreviewTitle (EN)Short answer (EN)**`dirty`** and **`pristine`** are form field states that show whether the user has changed the value. **Key point:** these states help determine whether, for example, the form needs to be saved or the user should be warned about unsaved changes.Shown above the full answer for quick recall.Answer (EN)Image`dirty` and `pristine` are form field states that show **whether the user has changed the value**. - **dirty** - the user has changed the field's value at least once. - **pristine** - the field's value remains the same as it was on initialization. Example: 1. The "email" field starts empty: `pristine`. 2. The user typed something and then even deleted it: it is still `dirty`, because the change already happened. These states help determine whether, for example, the form needs to be saved or the user should be warned about unsaved changes.For the reviewerNote to the moderator (optional)Visible only to the moderator. Helps review go faster.