diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index aa93ee8e..81f71289 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -41,6 +41,10 @@ //it would not recognize window in the function call import _ from "../libs/lodash.min.js"; /* +todo: double check what I want here is actually autocomplete, + becuase I'm not actually autocompleting what is typed, it's more auto-search + maybe combobox does this better? + worth it to check 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