Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input[type="text"] does not blur on clicking an outside Tappable component #124

Open
vlasnikita opened this issue Jul 9, 2018 · 0 comments

Comments

@vlasnikita
Copy link

When Your DOM consists of text inputs (or elements with contenteditable="true" attribute) and one of them is focused, normally, outside click will blur it. But if You outside click a Tappable component - blur won't fire and focus'll persist.

Gist reproducing the issue: https://codepen.io/anon/pen/MBgemQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant