Return Key in Form Fields
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Return Key in Form Fields
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.
Re: Return Key in Form Fields
Silly me. I found the answer. "Tab on Return" is a property of the Text Entry Field.
Re: Return Key in Form Fields
Hi basheps,
hint: the name of the property is "autotab"!
Just in case you need to set this via scipt
Best
Klaus
hint: the name of the property is "autotab"!
Just in case you need to set this via scipt

Best
Klaus