Lookup Field, customize appearance of selected items

Hey Plumsail Community,

I want to make my lookup field look like this. Using the same method as described in the article: Customize appearance for lookup fields in a SharePoint form — SharePoint forms

sp

Is there a way i can use the KendoUi or some Vue feature to archive something like this? Or would i have to inject the HTML manually and get the data with PnP?

Best whishes
Nico

Hello @nI3o,

Unfortunately, it is not possible to customize the view of the selected value.

As an option, you can create a calculated column that concatenates all columns you need to, and select this column n the lookup column settings:

Thus, the selected value and search results will display the same data.