Specifies whether pressing Return (or Enter) moves to the next field.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
set the autoTab of field to {true | false}
# Examples
set the autoTab of field "First Name" to true
set the autoTab of field myField to false
if the autoTab of the target then go next card
# Description
If the autoTab property of a field is false, pressing the Return key moves the insertion point to the next line of the field.
If the autoTab of a field is true, and the insertion point is already at the last visible line of the field, then pressing Return advances to the next field on the card.
# Tags
ui,
# See