Hi all
Is there a way to disable the menu/next/previous feature button from the popup when it's selected more than one feature?

The streets on our feature layer slightly overlap each other at junctions and when clicking on/near a junction the popup returns more than one result. We use a hit test to highlight a street and then the user can click to display a popup/information about that street. We only need the top most (highlighted) result returned in the popup. I'm thinking there must be a way to hide/disable the menu/next/previous button.
I've tried this but it doesn't seem to work.
view.popup.actionsMenuEnabled = false;
Thanks