zilverline / react-tap-event-plugin

Instant TapEvents for React
http://facebook.github.io/react/
MIT License
1.07k stars 110 forks source link

Not firing on enter / space keypress #50

Open DanielHeath opened 8 years ago

DanielHeath commented 8 years ago

In React, the click event fires if you focus on a control and press 'enter' or 'space'.

This is important since it encourages webapps to be keyboard accessibile.

Would a PR be accepted to fire onTouchTap the same way?

Saisree9 commented 7 years ago

Any update on this? It is essential for the people who rely on the keyboard.