Change in dropdown behavior for selectedStringValue

I just upgraded FPMI to the newest version (3 .3.0) today and notice that the selectedStringValue now returns the same as selectedLabel instead of being the string form of selectedValue. Is this by design or a bug?

By design. As per the docs, selectedStringValue is technically “undefined” when your underlying dataset is of “Int/String” form, so you shouldn’t be using it. You can always use the int value as part of a string.

Thanks Carl,
I also noticed that if the query that populated the dropdown box returns more than 10,000 rows, that the selectedValue for all selected entries is 0, but the selectStringValue displays the text for the value. I still have int/string form.

That is a bug. Thanks for the report, we’ll get it fixed.