Menu inputFocus Problem

According to the DHX docs, the Menu inputFocus “Fires when a control is focused.” I am trying to get it to ‘fire’ by using the menu.select(“item”) method but it does not fire even though it is in focus? I tried tabbing through the control to give it focus without ‘clicking’ and the inputFocus still did not fire. Am I missing something here? Here is a snippet.

According to the name the event should occur when you focus the INPUT, not a common menu item.
This event was documented by mistake to the analog of the siimilar event in the toolbar:

while the toolbar component has the input control.

Thank you for your note, we’ll remove this event from the menu documentation.