diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue
index b1645ece..bdb8eb22 100644
--- a/src/components/SearchBar.vue
+++ b/src/components/SearchBar.vue
@@ -1,10 +1,12 @@
 
 
 
@@ -43,8 +57,10 @@ whenever(keys.ctrl_k, () => {
     
       
          {
           clearable
           placeholder="Search a tool... [Ctrl + K]"
           :value="slotValue"
+          :input-props="{ autocomplete: 'disabled' }"
           @input="handleInput"
           @focus="handleFocus"
           @blur="handleBlur"
@@ -66,8 +83,4 @@ whenever(keys.ctrl_k, () => {
   
 
 
-
+
diff --git a/src/components/SearchBarItem.vue b/src/components/SearchBarItem.vue
new file mode 100644
index 00000000..d81606a6
--- /dev/null
+++ b/src/components/SearchBarItem.vue
@@ -0,0 +1,45 @@
+
+
+
+  
+    
+
+    
+      
{{ tool.name }}
+      
{{ tool.description }}
+    
+