From 76c6b246ced8be96a56bc8c125c8af4ce566b489 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sun, 7 Jun 2026 15:37:08 +0530 Subject: [PATCH] auto complete fixes --- react-openapi/components/FilterBar.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/react-openapi/components/FilterBar.tsx b/react-openapi/components/FilterBar.tsx index fd7f3a3..87fe15c 100644 --- a/react-openapi/components/FilterBar.tsx +++ b/react-openapi/components/FilterBar.tsx @@ -212,13 +212,6 @@ function renderFilterInput( ); } - const FormFieldComponent = fieldComponents?.FormField; - if (FormFieldComponent) { - return ( - onChange("value", val)} /> - ); - } - const selected = Array.isArray(value) ? value : []; return (