From c68d47c3267387a80f42326d99f2377be484ce6a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 17 Jan 2026 22:48:45 +0000 Subject: [PATCH] Fix event naming consistency: use onChange instead of change Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- src/schemas/todo-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/todo-list.json b/src/schemas/todo-list.json index bd44f7a..c5646e1 100644 --- a/src/schemas/todo-list.json +++ b/src/schemas/todo-list.json @@ -188,7 +188,7 @@ }, "events": [ { - "event": "change", + "event": "onChange", "actions": [ { "id": "update-input",