-
Bug
-
Resolution: Fixed
-
Normal
-
5.0.10
-
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>