Preventing adding a new element in a dropdown list in enum

Hi all, kinldy see below in the color pick up list.

q1.jpg

 

q1-2.jpg
It says "Add or search". How can I only allow users to search not to add and can I change it "Search" and not "Add or search" text.

Thanks indeed.

0 3 141
3 REPLIES 3

For allow users to search   Name_Table[Color]

A521-1.JPG

 

Also you can use LIST   LIST("Blue","Red","Yellow","Green")

A521-2.JPG

@Izzat_Safrah 

Thank you very much

what I wanted exactly is that when a user searches for a color - I want to let him/her only see the available list of colors without the option to add a new one:

 

see image below plz:

777.jpg

You will get what you are looking for if you try these formulas. within ( valid if )

Name_Table[Color]

or

LIST("Blue","Red","Yellow","Green")

A521-3.JPG

Top Labels in this Space