-
Bug
-
Resolution: Invalid
-
Normal
-
None
-
10.0.0
-
None
-
Create a combobox and comboitem where the setContent(..) method is used (=no model). When trying to select items, the value of the combobox is emptied as comboitem.getLabel() returns an empty string => not usable via keyboard
-
None
Steps to Reproduce
- Create a combobox and comboitem where the setContent(..) method is used (=no model).
- Try to select item using up/down on the keyboard
Current Result
After selection of 1st item, it deselects and the cursor jumps back into the textbox
Expected Result
Keyboard selection is possible (without holding shift)
Debug Information
Workaround
Press shift while navigating through the comboitems (according to docs, arrow keys should be enough: https://www.zkoss.org/wiki/ZK_Component_Reference/Input/Combobox#Keyboard_Navigation_Combobox )