for drop down list boxes in webdynpro, i noticed that only a "onselect" event is exposed. The "onchange" event is not exposed.
With an "onselect" event, this only allows one to add code "onselect" and I noticed that this is triggered only if a user selects a drop down value using the mouse.
If a user uses the keyboard only and TABS into a drop down and thereafter changes the selection, the "onselect" event is not triggered.
Is there some way around this?