Disable the Open record icon

how to disable Open record icon in the Linked field (lookup component) see attachment

Hello,
I’m afraid that’s not possible at the moment.
Regards
Michal

You can switch the select widget to dropdown.

I know about this option, but dropdown does not allow me to view multiple columns and does not have a search option.

It’s not quite ideal, but if you really want to do it, create a free html field and put in its html definitions

<style>
    .mat-dialog-container .input-field-Projekty .e2e-lookup-open-record {
        display: none;
    }
</style>

.input-field-Projekty depends on your name settings of the filed (for you, probably Owner)

but do these hacks at your own risk :slight_smile:

Thanks for replay. How can I create free html field?

In “Table fields” click on “Add field”, then expand “Developer level” and new “Free HTML” filed showed in fields list on top. It’s i little easter egg :slight_smile:

Hi,
the script I wrote in the free html field doesn’t work.
I did it in your CRM application (Tabidoo template), Contacts


table, see attachment.

I’m sorry, it started working