moroshko/react-autosuggest
Ver no GitHubSuggestions do not receive onBlur event on touch devices
Open
#286 aberto em 10 de nov. de 2016
help wanted
Métricas do repositório
- Stars
- (5.936 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
open this code pen on an ipad or iphone http://codepen.io/anon/pen/ENVGYR?editors=0010
- Focus on the second input field, type C
- scroll down the suggestion list
- 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