JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
863 stars 90 forks source link

Spacebar triggers Tappable when wrapping an input field #134

Open ericjames opened 4 years ago

ericjames commented 4 years ago
<Tappable onTap={}>
<input type="text" />
</Tappable>

Workaround is to not wrap Tappable around the Input and just overlay.