JedWatson / react-tappable

Tappable component for React

Home Page:http://jedwatson.github.io/react-tappable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

vlasnikita opened this issue · comments

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