This is a element with a Validation Context.
- Errors: ${this.errors}
+ Total errors: ${this.totalErrorCount}
+
+
+
+ Tab 1
+ ${when(this.tab1ErrorCount,()=>html`
+ ${this.tab1ErrorCount}
+ `)}
+
+
+ Tab 2
+ ${when(this.tab2ErrorCount,()=>html`
+ ${this.tab2ErrorCount}
+ `)}
+
+
-
-
-
-
-
+ ${when(this.tab=='1',()=>html`
+ Tab 1
+ ${this.#renderTab1()}
+ `)}
+ ${when(this.tab=='2',()=>html`
+ Tab 2
+ ${this.#renderTab2()}
+ `)}
+
+
+
+
${JSON.stringify(this.messages ?? [],null,3)}
`
}
+ #renderTab1() {
+ return html`
+