From 4d588ae618410f2f1dbb872826dbf3816b11aa17 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:21:43 +0530 Subject: [PATCH] fix: `ComboBox` filtering delay in contact merge search (#10968) --- .../ContactsForm/ContactMergeForm.vue | 1 + .../components-next/combobox/ComboBox.vue | 42 +++++++------------ 2 files changed, 15 insertions(+), 28 deletions(-) diff --git a/app/javascript/dashboard/components-next/Contacts/ContactsForm/ContactMergeForm.vue b/app/javascript/dashboard/components-next/Contacts/ContactsForm/ContactMergeForm.vue index 8adcce6b2..2cee66d12 100644 --- a/app/javascript/dashboard/components-next/Contacts/ContactsForm/ContactMergeForm.vue +++ b/app/javascript/dashboard/components-next/Contacts/ContactsForm/ContactMergeForm.vue @@ -50,6 +50,7 @@ const { t } = useI18n();