Combo Box Values don't show but Value is Selected🤔

I have a situation that I cannot figure out. If no one on here has an answer, I’m going to open a ticket.

I have a slideout that I am using as an entry form. It has a bunch of Combo Boxes, and they all work except for one. When you do the drop down, you do not see any values. However, if you run your pointer over it, you can tell there are rows there.

image

Selecting any of the lines will return a value that is displayed. All events that happen after selecting something run and you can see the value in the dev tools. The next Combo Box works fine.

image

I double checked all of the settings on the CB to the one below it, and there were no differences. I tried selecting all of the different values in the CB before it to see if that was somehow contributing. All values have the same result, an “empty” CB.

I’m all out of ideas. Anyone see this before or has any ideas?

2 Likes

I knew that I was not going to be able to get support to reproduce the error, so I just deleted the combo box and added it back. Works now, but I have no idea what caused it.

Season 5 Idk GIF by Paramount+

3 Likes

I was able to recreate it by intentionally mis-typing my TextField (left off the “c”):

image

The “Value Field” was defined correctly, so it was passing the correct VALUE to the next combobox, but the TextField was not correct so it didn’t display anything.

My best guess is you had an issue there but corrected it when you rebuilt the combobox. :man_shrugging:

2 Likes