From 8f9e16b37860226006843903879fca260d0b5c3f Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Thu, 21 Mar 2024 19:12:53 +0330 Subject: [PATCH] chore: update --- apps/www/src/lib/registry/default/example/ComboboxDemo.vue | 4 +--- apps/www/src/lib/registry/new-york/example/ComboboxDemo.vue | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/www/src/lib/registry/default/example/ComboboxDemo.vue b/apps/www/src/lib/registry/default/example/ComboboxDemo.vue index da21cf4e..835e9655 100644 --- a/apps/www/src/lib/registry/default/example/ComboboxDemo.vue +++ b/apps/www/src/lib/registry/default/example/ComboboxDemo.vue @@ -27,9 +27,7 @@ const frameworks = [ ] const open = ref(false) -const value = ref('') - -// const filterFunction = (list: typeof frameworks, search: string) => list.filter(i => i.value.toLowerCase().includes(search.toLowerCase())) +const value = ref('')