Skip to content

Commit 517f3c9

Browse files
committed
no need to set pristine cause it begin done by checkValidity
1 parent fb3609d commit 517f3c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/validation/mixins/form-control.mixin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ export function UmbFormControlMixin<
168168
/*if (e.composedPath().some((x) => x === this)) {
169169
return;
170170
}*/
171-
this.pristine = false;
172171
this.checkValidity();
173172
});
174173
}

0 commit comments

Comments
 (0)