Open DanielHeath opened 8 years ago
In React, the click event fires if you focus on a control and press 'enter' or 'space'.
click
This is important since it encourages webapps to be keyboard accessibile.
Would a PR be accepted to fire onTouchTap the same way?
onTouchTap
Any update on this? It is essential for the people who rely on the keyboard.
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?