From a4ea44675a8866e56b5ae31c8611f4bdcd9d790a Mon Sep 17 00:00:00 2001 From: Matthieu Date: Mon, 11 May 2026 14:51:15 +0200 Subject: [PATCH] feat(custom-fields) : ajoute CustomFieldNameInput wrapper Encapsule SearchSelect en mode creatable, branche useCustomFieldName- Suggestions, charge la liste au focus. Permet de remplacer un simple par dans les editeurs de champs perso. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../common/CustomFieldNameInput.vue | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 frontend/app/components/common/CustomFieldNameInput.vue diff --git a/frontend/app/components/common/CustomFieldNameInput.vue b/frontend/app/components/common/CustomFieldNameInput.vue new file mode 100644 index 0000000..f428010 --- /dev/null +++ b/frontend/app/components/common/CustomFieldNameInput.vue @@ -0,0 +1,43 @@ + + +