moroshko/react-autosuggest

Suggestions do not receive onBlur event on touch devices

オープン

#286 opened on 2016/11/10

 (6 件のコメント) (4 件のリアクション) (0 人の担当者)JavaScript (569 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (5,940 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド