Hi All,
Is there a way to make sure a valid selection is chosen in a combo box?
Here is my situation...
I added a combo box to my gallery, set my choices() and all is working wonderfully, until I let a user try it 🙂
When you click the arrow in the combo box I get my choices, if I start typing "001" the only value with "001-EPF" shows up below where I am typing, if you click away thinking the value is in the dropdown, you only get "001" not the full value "001-EPF".
When I patch the value 001 is not saved since it is not a valid choice, and brings back a blank line.


Is there a way to force the full value?
When there are multiple items you need to make a choice, but when there is only one, I need it to populate fully.
TIA,
Joe