Tweaks and fixes, improve example
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user