Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 5.0.8
-
Fix Version/s: 5.0.9
-
Component/s: Components
-
Labels:None
Description
<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>