This commit is contained in:
2020-03-24 19:08:20 +00:00
parent 6874b5d46d
commit 90acf8f1c2

View File

@@ -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 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 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 - 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) 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)