om-mantras icon indicating copy to clipboard operation
om-mantras copied to clipboard

Selectable doesn't allow you to dismiss dropdown

Open awkay opened this issue 8 years ago • 0 comments

You could approach this with one or more of:

  • Treat clicks in input field as a toggle instead of just show
  • Use mouse leave events on the dropdown
  • Attach/detach mouse event listener to document on mount/unmount (not sure how jQuery does namespaced event handlers, but like that)...then you could detect mouse clicks outside of the dropdown.

awkay avatar Dec 09 '15 18:12 awkay