diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx
index 87777ca79..f8faab81c 100644
--- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx
+++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx
@@ -586,13 +586,14 @@ export default function ParameterComponent({
optionsIcon="Globe"
optionsButton={
-
+
- Add New Variable
+ Add New Variable
+
}
diff --git a/src/frontend/src/components/inputComponent/index.tsx b/src/frontend/src/components/inputComponent/index.tsx
index 8cb5080d1..a0581eab3 100644
--- a/src/frontend/src/components/inputComponent/index.tsx
+++ b/src/frontend/src/components/inputComponent/index.tsx
@@ -136,10 +136,15 @@ export default function InputComponent({
side="bottom"
align="center"
>
-
+ {
+ if (value.includes(search) || value.includes("doNotFilter-"))
+ return 1; // ensures items arent filtered
+ return 0;
+ }}
+ >
- No results found.
{options.map((option, id) => (