From 796617338565f8ea44e4c9c036fc25fe8d6177f8 Mon Sep 17 00:00:00 2001 From: flfeders Date: Wed, 1 May 2024 21:55:41 +0200 Subject: [PATCH] Added Reset in Inventory Added Keyboard Controls for Tab Nav and Back to List Added Select On Enter for First Entry in Search for Customers and Vendors --- pages/contacts/[mode]/[[id]].vue | 24 +++++++++++++++++++++--- pages/customers/[mode]/[[id]].vue | 20 +++++++++++++++++++- pages/customers/index.vue | 19 +++++++++++++++++-- pages/vehicles/[mode]/[[id]].vue | 20 +++++++++++++++++++- pages/vendors/[mode]/[[id]].vue | 19 ++++++++++++++++++- pages/vendors/index.vue | 14 +++++++++++++- 6 files changed, 107 insertions(+), 9 deletions(-) diff --git a/pages/contacts/[mode]/[[id]].vue b/pages/contacts/[mode]/[[id]].vue index c271f05..b27b32c 100644 --- a/pages/contacts/[mode]/[[id]].vue +++ b/pages/contacts/[mode]/[[id]].vue @@ -51,7 +51,25 @@ setupPage()