We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d598d7 commit 63e5d4bCopy full SHA for 63e5d4b
validation-output.ts
@@ -41,6 +41,8 @@ class ValidationOutput extends HTMLElement {
41
#initializeServerError() {
42
if (!this.innerHTML.trim()) return;
43
44
+ // Flag is interacted so that the user can remove the error message on input.
45
+ this.#interacted = true;
46
this.#serverError = this.innerHTML;
47
this.#serverErrorValue = this.#for.value;
48
0 commit comments