I have been told by a few people now that have tried to use the form section in my contact page that when they use the arrow keys to move the cursor forward or back for editing that the website scrolls to the page on either side. Obviously this is super annoying and would potentially stop people from attempting to contact me using the form. Here is my site -> http://joshuabatty.com/#/contact
Would you be able to point me to the correct file and or area for me to comment this functionality out. Really only want the keyboard interaction for people to use the contact form.
it there any update on this issue? It can in fact be a blocker for people to use the contact form.
Implementation should be rather straightforward – the key input handler should check if the contact form is currently active/selected. If so, the arrow keys should not trigger the page transitions.
If possible, please provide an ETA for a fix. Thank you.
Thanks. However, the new version 1.2.8 only seems to cover the “Name” and “Email” input fields, not the “Message” textarea. I did a little jquery digging myself, looks like this could work: