Return Key in Form Fields
Posted: Tue Jul 12, 2011 12:08 pm
Hi, I have a card that takes in form values. When I press the Tab key the focus automatically goes to the next field. How can I get the Return key to have the same behavior? I've tried listening for the Return key and sending the rawKeyCode of the tab key instead but that doesn't work.