Preventing adding a new element in a dropdown list in enum

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

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.

For allow users to search Name_Table[Color]

![A521-1.JPG|853x242](upload://cHou8FeqJF9pIBeenJhNQ5grDz5.jpeg)

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

![A521-2.JPG|842x241](upload://qb2fqqZ5fHlpFKwguCye2k6BQIo.jpeg)

@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:

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”)