Lookup Control - is possible to set custom dataSource?

Hello,
i would like to have control such as Lookup Control but not connected to any list, just with search field amd CUSTOM data source like eg.

const ds = [{
label: "xyz", // (this would be wisible value)
additionalInfoProp: "abc",
...rest
}]

is it possible somehow to achieve this?

best regards, P.

Hey @szymanskicode,

Have you considered using a dropdown field with Excel data source? Here's an article about this field.

To retrieve extra columns from the data source, try this.

Let me know if this helps.