From a87ef64a8ed75eb820e2d9c8569c73de360c5dec Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 20 Mar 2020 19:48:51 +0000 Subject: [PATCH] --- ayanova/src/components/pick-list.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index 68779160..681c7f57 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -40,20 +40,8 @@ import _ from "../libs/lodash.min.js"; /* -todo: validation error is obscured by no-data element - - PREPEND SLOT - use the prepend slot to add custom error message box or mirror it, In addition to the help link mentioned below or maybe this is it? - - style it to look like the error slot - - maybe on validation error it should just clear the list so this will reveal the error? - - can't get this to do anything, it's very stubborn - - maybe on validation error it shows elsewhere (popup error dialog with help link?) or just goes red and a HELP icon appears to take to how to use picklist? - - also there is suffix and prefix text options to explore - - also there is separately HINT and PLACEHOLDER text, maybe HINT is what I'm after here - - NOPE: hint is useless, it just gets obscured by drop down items list just like error and is replaced by error message todo: set actual seleted ID value from our local selected whole object so outer form just gets id todo test multiple selection -todo: search only property that forces user to search vs just drop down and get default 100 -todo: append or use slot to put at end of drop down menu a "type to search for more" when the results are from an empty query only -todo: translation keys when done todo: option to display icon to open the record selected, (we have the type and the id and in v7 you could click on most titles to navigate to that record) if I add that then maybe need a "new" option on edit forms because it's a two step way to get to adding a new one of whatever it is without having to go completely out of the page and hunt around lists and shit!!!