moroshko/react-autosuggest

Suggestions do not receive onBlur event on touch devices

Open

#286 ouverte le 10 nov. 2016

Voir sur GitHub
 (6 commentaires) (4 réactions) (0 assignés)JavaScript (637 forks)batch import
help wanted

Métriques du dépôt

Stars
 (5 936 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

open this code pen on an ipad or iphone http://codepen.io/anon/pen/ENVGYR?editors=0010

  1. Focus on the second input field, type C
  2. scroll down the suggestion list
  3. tap on the first input field, type c

Observed behaviour: Suggestions on the second input field stay open and doesn't trigger the onBlur event

Expected behaviour: Suggestions should be closed and trigger the onBlur event

Guide contributeur