moroshko/react-autosuggest

Suggestions do not receive onBlur event on touch devices

Open

#286 aperta il 10 nov 2016

Vedi su GitHub
 (6 commenti) (4 reazioni) (0 assegnatari)JavaScript (637 fork)batch import
help wanted

Metriche repository

Star
 (5936 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor