auto complete fixes
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user