diff --git a/packages/core/client/src/schema-component/antd/remote-select/RemoteSelect.tsx b/packages/core/client/src/schema-component/antd/remote-select/RemoteSelect.tsx index 02efed8da..051ecbb20 100644 --- a/packages/core/client/src/schema-component/antd/remote-select/RemoteSelect.tsx +++ b/packages/core/client/src/schema-component/antd/remote-select/RemoteSelect.tsx @@ -27,7 +27,7 @@ const InternalRemoteSelect = connect( params: { pageSize: 200, ...service?.params, - fields: [fieldNames.label, fieldNames.value, ...(service?.params?.fields || [])], + // fields: [fieldNames.label, fieldNames.value, ...(service?.params?.fields || [])], // search needs filter: { $and: [service?.params?.filter].filter(Boolean),