auto complete fixes

This commit is contained in:
2026-06-07 15:37:08 +05:30
parent 4f043f05ab
commit 76c6b246ce

View File

@@ -212,13 +212,6 @@ function renderFilterInput(
);
}
const FormFieldComponent = fieldComponents?.FormField;
if (FormFieldComponent) {
return (
<FormFieldComponent name={fieldName} field={field} value={value} onChange={(val: any) => onChange("value", val)} />
);
}
const selected = Array.isArray(value) ? value : [];
return (