From f372f36005204c8cf6b0d518496f04c75b5f98f0 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 21 Jun 2020 14:43:44 +0300 Subject: [PATCH] Tag edit: make it possible to use non-existing tags. This is a workaround until #133 is properly solved. The tag list still only autocompletes from a pre-defined list, but at least now you can just set new tags as you wish. --- src/components/Tasks/TaskEdit.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Tasks/TaskEdit.tsx b/src/components/Tasks/TaskEdit.tsx index a06150b..6c37b69 100644 --- a/src/components/Tasks/TaskEdit.tsx +++ b/src/components/Tasks/TaskEdit.tsx @@ -456,6 +456,7 @@ class TaskEdit extends React.PureComponent {