-
Bug
-
Resolution: Unresolved
-
Later
-
None
-
9.6.4
-
None
Steps to Reproduce
<listbox checkmark="true" multiple="true" onSelect=""> <listitem label="11"/> <listitem label="22"/> <listitem label="33"/> <listitem label="44"/> </listbox>
1. focus on the listbox
2. press up/down key to select an item
Current Result
a browser sends keycode and char code
cmd_1: onSelect uuid_1: zU2Q0 data_1: {"items":["zU2Qv20"],"reference":"zU2Qv20","clearFirst":true,"selectAll":false,"keyCode":38,"charCode":0,"which":38}
Expected Result
an API on SelectEvent to retrieve the key code