moroshko/react-autosuggest

Suggestions do not receive onBlur event on touch devices

Open

#286 创建于 2016年11月10日

在 GitHub 查看
 (6 评论) (4 反应) (0 负责人)JavaScript (637 fork)batch import
help wanted

仓库指标

Star
 (5,936 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南