From 3286de24e7c9a11c1169a2e7d315e48e47bca928 Mon Sep 17 00:00:00 2001 From: Colin Dawson Date: Sun, 15 Feb 2026 16:57:05 +0000 Subject: [PATCH] Renamed the checklist input type for consistency. --- src/components/common/Input.tsx | 8 +++---- .../CapabilityEditors/TagsEditor.tsx | 21 ++++++++++++++++--- .../CapabilityEditors/TaskCoreEditor.tsx | 2 +- .../components/TasksEditor.tsx | 10 +++++++-- 4 files changed, 30 insertions(+), 11 deletions(-) diff --git a/src/components/common/Input.tsx b/src/components/common/Input.tsx index fc14e05..b5fed12 100644 --- a/src/components/common/Input.tsx +++ b/src/components/common/Input.tsx @@ -16,7 +16,7 @@ export enum InputType { hidden = "hidden", image = "image", month = "month", - multiselect = "multiselect", + checklist = "checklist", number = "number", password = "password", radio = "radio", @@ -120,7 +120,6 @@ function Input(props: InputProps) { )}
- {/* TEXTAREA */} {type === InputType.textarea && (