From a1246a8bfed5f6488677473457f6f0c9af81db27 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Thu, 21 Dec 2023 17:36:48 -0800 Subject: [PATCH] fix: c-select-many-to-many - don't forcibly disable in possible bulkSave usage scenarios. --- playground/Coalesce.Web.Vue3/src/App.vue | 1 + .../src/components/test-setup.vue | 60 +++++++-- .../Coalesce.Web.Vue3/src/components/test.vue | 119 +----------------- .../input/c-select-many-to-many.vue | 27 +++- .../input/c-select-many-to-many.vue | 27 +++- 5 files changed, 103 insertions(+), 131 deletions(-) diff --git a/playground/Coalesce.Web.Vue3/src/App.vue b/playground/Coalesce.Web.Vue3/src/App.vue index 6128db2c9..ac11d4c8e 100644 --- a/playground/Coalesce.Web.Vue3/src/App.vue +++ b/playground/Coalesce.Web.Vue3/src/App.vue @@ -18,6 +18,7 @@ Home Test + Test2 Audit Security Overview diff --git a/playground/Coalesce.Web.Vue3/src/components/test-setup.vue b/playground/Coalesce.Web.Vue3/src/components/test-setup.vue index 81c0479af..28c66d8f2 100644 --- a/playground/Coalesce.Web.Vue3/src/components/test-setup.vue +++ b/playground/Coalesce.Web.Vue3/src/components/test-setup.vue @@ -1,32 +1,70 @@