How to not show the suggested values in EnumList column in form view

Hello,

I have a form view having one column as Enumlist. when User enter value in this field, Enumlist field shows all the values which were entered earlier by any other users. I do not want to show any list of  suggested values. I tried to use Initial value and Suggested value as blank list - LIST("") but still it shows all the other values. 

I don't want to show the drop down list (pizza, burger, sandwich.....) in Answer Choices.  Is there a way to achieve this? 

enumlist.png

 

 

 

Solved Solved
0 3 53
1 ACCEPTED SOLUTION

You need to set the option called "Auto-complete other values" as OFF. You can find it from the EnumList's definitions.

View solution in original post

3 REPLIES 3

You need to set the option called "Auto-complete other values" as OFF. You can find it from the EnumList's definitions.

thanks @AleksiAlkio . It worked. 

You're welcome!

Top Labels in this Space