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 was archived by the owner on Jul 19, 2019. It is now read-only.
If we put Autocomplete inside label tag, we will get funny behavior.
When we click on item in the list, click event propagates to label tag and input tag gets focus.
As a result, list doesn't hide after we click on item.
I think event.stopPropagation() on click event solves the problem.