Hi. I have set a variable to show certain "Help Text" to show on an HTML display based on which combobox is selected. The issue is that when I first select the combobox, the OnSelect does nothing until I click an item from the dropdown. Once I do that, the OnSelect then works when I select the Combobox as well as when I select the item from the list.
I tested the code I had and put a button to reveal it using OnSelect which works great, but that is adding one more click than the users want to do.
Does anybody have any suggestions on how to fix this issue?
Thanks