-
Bug
-
Resolution: Fixed
-
Normal
-
5.0.8
-
None
<zk>
<zscript><![CDATA[
String[] dictionary =
;
ListModel dictModel= new SimpleListModel(dictionary);
]]></zscript>
<div>
1. type 'a', the dropdownlist shall show 2 items.
</div>
<combobox autodrop="true" >
<attribute name="onOpen"><![CDATA[
self.setModel(dictModel);
]]></attribute>
</combobox>
</zk>