From 90acf8f1c216665838a18d859f0c22a5ef603089 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 24 Mar 2020 19:08:20 +0000 Subject: [PATCH] --- ayanova/src/components/pick-list.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index ded3ec5d..9c18121d 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -66,14 +66,6 @@ PRE-FILL NO prefill, fills only on user action or with defaults to save bandwidth. User must drop down to initiate action or type search text -todo: search entry, should preserve preset value until it's changed or maybe keep until the form is reloaded so can be inserted back again in search results -todo: set actual seleted ID value from our local selected whole object so outer form just gets id -todo: server sends whole on drop down of empty combo? -todo: needs to fill in the selected value when the form opens regardless of what any other setting is, - in other words it needs to ensure the pre-selectedvalue is in the list - Maybe an init property sent to server with query which is used to fetch teh pre-select value - Actually, traffic wise it might be best as an alternate route so that the form doesn't need to load any extras when there is already a selection - because, in general if already selected probably don't need a list of anything else todo multiple selection - bind value would be an array in this case, should I just change it to always be an array or maybe alternate control entirely for multiple since that's rare 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)