How to disable new element input from dropdown

hello all.

I need to disable input new element from dropdown in the form. How i can do it?

I want to make it possible to enter a new record only from the list of elements of this table

1 Like

You should be able to disable the “New” option by going into your table settings and changing it to “read only”

Here’s what it looks like in my app to disable that option:

Screenshot 2025-02-19 11.35.16 AM.png

Let me know if that works for you!

1 Like

Hi, MeganMB.
Thanx, but I don’t want to prohibit adding new elements to the table. I want to prohibit adding them specifically when selecting another related table in the form.

Try creating a slice on the table, remove Add access (at least) from the slice, and set the slice as the Ref column’s Referenced Table Name.

2 Likes

Create a slice. Set it to read-only. In the cell, instead of referencing the table, reference the read-only slice.

2 Likes

@Gustavo_Eduardo , @Steve
Thnx for good idea. It’s work

2 Likes

You are welcome!

1 Like