I have an odd one here. I have a parameter that has a list of values that are filtered according to 1 previous parameter and there's a language option in there too. When I choose one particular value in the parameter, the drop down list refreshes itself, making me unable to choose it.
I've:
Removed the filter.
Moved it to be the last parameter in case the parameter after it was triggering refresh.
Removed the language parameter.
The only thing that appears unique about this value is that it is the longest at 51 characters, yet even if I cut it to 49 characters (length of the next longest), I still see this issue.
Anyone have experice with something like this or have some ideas on what I can check?