From 3eebb67f17dde5cab5a9ccc6e085c155f3b6b1b1 Mon Sep 17 00:00:00 2001 From: tyu-avo Date: Tue, 25 Jan 2022 14:21:14 -0800 Subject: [PATCH 1/7] auto select first office --- .../src/components/appointment/LocationsList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/appointment-frontend/src/components/appointment/LocationsList.vue b/appointment-frontend/src/components/appointment/LocationsList.vue index 0a217c710..e9fa01898 100644 --- a/appointment-frontend/src/components/appointment/LocationsList.vue +++ b/appointment-frontend/src/components/appointment/LocationsList.vue @@ -16,6 +16,7 @@ @change="officeSelection" @input="clickSelection" @keyup="setKeyPressed" + auto-select-first="true" hide-details > From 6e52f7e1cd53e26841a0a2af0c6fbaec82a31a28 Mon Sep 17 00:00:00 2001 From: tyu-avo Date: Tue, 25 Jan 2022 14:48:49 -0800 Subject: [PATCH 2/7] service list auto select first --- .../src/components/appointment/ServiceSelection.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/appointment-frontend/src/components/appointment/ServiceSelection.vue b/appointment-frontend/src/components/appointment/ServiceSelection.vue index cab459896..258ec87c4 100644 --- a/appointment-frontend/src/components/appointment/ServiceSelection.vue +++ b/appointment-frontend/src/components/appointment/ServiceSelection.vue @@ -16,6 +16,7 @@ @change="serviceSelection" @input="clickSelection" @keyup="setKeyPressed" + auto-select-first="true" hide-details >