From abea70192120823467d8c5fe847442f469a49765 Mon Sep 17 00:00:00 2001 From: Prashant-thakur77 Date: Mon, 17 Aug 2026 01:30:25 +0530 Subject: [PATCH 1/2] Refactor CategoryOptions dropdown to KMultiSelect, keeping expanded mode unchanged --- .../contentNodeFields/CategoryOptions.vue | 84 ++++++++++++++++++- 1 file changed, 80 insertions(+), 4 deletions(-) diff --git a/contentcuration/contentcuration/frontend/shared/views/contentNodeFields/CategoryOptions.vue b/contentcuration/contentcuration/frontend/shared/views/contentNodeFields/CategoryOptions.vue index cc81b17e5e..f5913a5a8c 100644 --- a/contentcuration/contentcuration/frontend/shared/views/contentNodeFields/CategoryOptions.vue +++ b/contentcuration/contentcuration/frontend/shared/views/contentNodeFields/CategoryOptions.vue @@ -1,7 +1,38 @@