From 73af4d5d7ab2e05ff436be06a15fc0bf865afc1e Mon Sep 17 00:00:00 2001 From: Johnpaul Date: Tue, 9 Sep 2025 00:51:53 +0100 Subject: [PATCH] refactor: enhance MultiSelect component with search functionality and dynamic options filtering --- src/components/input/MultiSelect.vue | 50 +++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/src/components/input/MultiSelect.vue b/src/components/input/MultiSelect.vue index 9c9c9d9271..5f646ff5aa 100644 --- a/src/components/input/MultiSelect.vue +++ b/src/components/input/MultiSelect.vue @@ -10,7 +10,7 @@ -->