You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
At minute 0:06 is the first attempt of replicating the bug (passes - notice the name dropdown closing and the email dropdown opening)
At 0:10 is the second attempt (fails - the name dropdown does not close any more when clicking the email)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
"react-autocomplete": "^1.8.1"
"react": "^16.4.1"
There is a small bug regarding the closing of an opened dropdown, when clicking outside the input.
Steps to reproduce:
Note: At point (3) the dropdown acts normally if I press
TAB
(focus the next input) orESC
(close the dropdown)Here you can see it in action https://youtu.be/dQVJv2En-iM
At minute
0:06
is the first attempt of replicating the bug (passes
- notice the name dropdown closing and the email dropdown opening)At
0:10
is the second attempt (fails
- the name dropdown does not close any more when clicking the email)The text was updated successfully, but these errors were encountered: