You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Skip hidden fields, even if they're in a selector, like :input
Select list
Auto tab backwards when backspace is pressed
Auto tab forward when a value is selected (configurable)
Multiple select list, Button, Checkbox / Radio button
Auto tab backwards when backspace is pressed
Do nothing when selected/clicked/ticked
Textarea
Auto tab backwards when backspace is pressed and the textarea is empty
Explore options of establishing a maxLength and enforcing it in browsers that don't support it (IE9 and below, Opera). If Autotab is able to effectively support this, then auto tab when the max length is reached. If not, then proceed with normal behavior.