From 21295dbe9872788b1215ccced9fedfd80d538e51 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 24 Mar 2020 18:56:06 +0000 Subject: [PATCH] no longer error on init then search then tab off without selecting --- ayanova/src/components/pick-list.vue | 80 +++++++++++++++++++++++----- ayanova/src/views/home-dashboard.vue | 4 +- 2 files changed, 69 insertions(+), 15 deletions(-) diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index 711c7e74..a6bc469c 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -10,7 +10,7 @@ item-value="id" item-disabled="!active" :error-messages="errors" - :loading="searchUnderway" + :loading="fetching" :placeholder="lt('Search')" :search-input.sync="searchEntry" :multiple="multiple" @@ -21,7 +21,7 @@ :prepend-icon="errorIcon" @click:prepend="handleErrorClick" @mousedown="dropdown" - auto-select-first + cache-items >