In our application we are using anchor tags for all our buttons: so that certain styles can be implemented.
Anchor Tag never gets focus while pressing tabs. We have onClick implemented, but how do I capture 'enter' keypress event?
We need to make sure, that OnClick, keeps working.