Closed OnlineBCM closed 1 year ago
When an integer value was set via "valueField", the associative array "_items" used the value of "valueField" as key and the array was incorrectly sorted by "valueField" With this pull request it should maintain the correct ordering.
that would break setHiddenVal
wouldn't it be possible to simply cast to integer to a string?
When an integer value was set via "valueField", the associative array "_items" used the value of "valueField" as key and the array was incorrectly sorted by "valueField" With this pull request it should maintain the correct ordering.