-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 5.0.10
-
Component/s: Components
-
Security Level: Jimmy
-
None
-
None
1. click the combobox input.
2. ressing key <DOWN>.
3. it shall select "Orange" not "Banana".
<zk> <combobox value="Apple"> <comboitem forEach="Apple, Orange, Grape, Banana" label="${each }" /> </combobox> </zk>