Question about Action Menu

Hello. I have a question about Action Menu.

In the native app, When I open action menu and tap outside of action menu, It just closes action menu and does not select any menu item. 

But When I develop it with ActionMenuDelegate, It only has OnSelect function so that when I tap outside of action menu, It does not close the action menu and sometimes it just selects one of the menu items.

Is there any way to close action menu when I tap outside of action menu?