instea/react-native-popup-menu

Popup needs double tap to select

Closed this issue · 3 comments

Hi there,

When the menu popups up, I need to click on the box to "focus" it before selecting an item.

Woops, just needed a blur function on input

@Djinne I got same issue. I'm using popup to display suggestions on search input. User must to double tap to select a suggestion (first tap: lost focus on text input, second tap: select item on popup menu)

Can you share your idea?

  • make sure to blur any textinput that triggers a popup,
  • use focus() on the ref of the textinput on your search input once the popup is open