From 88e7d86087c590d3ae3bc957dc1685ca7b815414 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 18 Jun 2024 15:04:05 -0500 Subject: [PATCH] fix: use different logic for buefy/oruga for product lookup keydown i could have swore the new logic worked with buefy..but today it didn't --- tailbone/templates/products/lookup.mako | 28 +++++++++++++++++-------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/tailbone/templates/products/lookup.mako b/tailbone/templates/products/lookup.mako index 7997eb7d..bb9590b2 100644 --- a/tailbone/templates/products/lookup.mako +++ b/tailbone/templates/products/lookup.mako @@ -56,7 +56,11 @@ + ref="searchTermInput" + % if not request.use_oruga: + @keydown.native="searchTermInputKeydown" + % endif + />