Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Update logic to factor other form fields #14

@Mathachew

Description

@Mathachew

Update Autotab's behavior for other form fields.

  • 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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions