Tweaks and fixes, improve example

This commit is contained in:
2025-09-21 12:16:40 +02:00
parent 0f8747dce7
commit 4331ee0ebe
4 changed files with 110 additions and 93 deletions

View File

@@ -295,7 +295,7 @@ class CheckField extends FormField {
}
toggle() {
this.value = !this.value;
console.log("toggle", this.value);
// console.log("toggle", this.value);
}
valueUpdated() {
if (!this.#input) return;