moroshko/react-autosuggest

Suggestions do not receive onBlur event on touch devices

Open

#286 geöffnet am 10. Nov. 2016

Auf GitHub ansehen
 (6 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)JavaScript (637 Forks)batch import
help wanted

Repository-Metriken

Stars
 (5.936 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide