Hi, we encountered an issue with the DropDownList in Smart UI v8.1.0 when it is set to virtualized: When the data source is an array with exactly 1 element, the drop down list doesn’t show anything (just an empty box). When the array contains 2 or more elements it works. (The list is generated programatically from an external data source which is why it can happen that sometimes there is only a single element in it.)
Please see this Codepen link:
https://codepen.io/KP-Traeger12/pen/JjRddBE
(A workaround is to disable virtualization in that case (when the data source stays fixed).)
Thank you