From 0fa4d693041cdcd2583c34ce0a18ca31dbaf2a69 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 21 Jun 2019 20:21:06 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/components/tag-picker.vue | 91 ++------------------------- 2 files changed, 6 insertions(+), 87 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 44f17511..18648f7b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -78,7 +78,7 @@ DONE: Turn widget edit ROLES into a static select populated from server DONE: Widget - NOTES FIELD TODO: TAGS!!! - COMPONENTIZE - - something funky with not clearing the last typed thing on an add + - Also it seems to keep the default blank entry in the list that was intended to be nothing to avoid showing the default no data found text WTF? - Adding a new tag doesn't trigger isDirty anymore as it's out of the form so need to figure out why that's happening (onChange in form not getting called?? maybe need to emit another event like "change" or something??) - Could auto-insert tags in suggestion list like the current year or month or year/month/day or user name or ?? diff --git a/ayanova/src/components/tag-picker.vue b/ayanova/src/components/tag-picker.vue index 7f9daec9..454072cc 100644 --- a/ayanova/src/components/tag-picker.vue +++ b/ayanova/src/components/tag-picker.vue @@ -26,88 +26,25 @@ - - - -