From b679c9687d424d95eba0ad660ff65154df223648 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Mon, 23 Mar 2026 21:14:35 +0100 Subject: [PATCH] fix(loyalty): only show staff dropdown after typing, not on focus The autocomplete dropdown appeared immediately when the name field gained focus (even when empty). Now only shows when there's text to filter by. Co-Authored-By: Claude Opus 4.6 (1M context) --- app/modules/loyalty/templates/loyalty/shared/pins-list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/modules/loyalty/templates/loyalty/shared/pins-list.html b/app/modules/loyalty/templates/loyalty/shared/pins-list.html index c006badd..359b3eed 100644 --- a/app/modules/loyalty/templates/loyalty/shared/pins-list.html +++ b/app/modules/loyalty/templates/loyalty/shared/pins-list.html @@ -135,7 +135,7 @@