From 5485bac339b37e752732fd48c8512a5f8e2e5083 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Tue, 24 Mar 2026 17:03:01 +0100 Subject: [PATCH] feat(search) : add server-side search on name + reference in PieceSelect, ProductSelect and ComposantSelect Co-Authored-By: Claude Opus 4.6 (1M context) --- app/components/ComposantSelect.vue | 11 +++++++++-- app/components/PieceSelect.vue | 11 +++++++++-- app/components/ProductSelect.vue | 11 +++++++++-- 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/app/components/ComposantSelect.vue b/app/components/ComposantSelect.vue index ca8bb15..5d918b4 100644 --- a/app/components/ComposantSelect.vue +++ b/app/components/ComposantSelect.vue @@ -11,6 +11,7 @@ option-label="name" :disabled="disabled" @update:modelValue="updateValue" + @search="handleSearch" >