Skip to content

Releases: Mathachew/jquery-autotab

Autotab 1.9.2

21 Feb 01:26
Compare
Choose a tag to compare

Fixes an issue with paste handling for inputs with a type of button, and includes an additional fix for pasting that restores the original maxlength value.

Autotab 1.9.1

05 Feb 01:48
Compare
Choose a tag to compare

Reverts change to how the maxlength property was handled.

Autotab 1.9.0

30 Jan 05:50
Compare
Choose a tag to compare

Autotab now allows you to navigate through your fields with arrow keys, supports drop events, and has basic support for HTML5 input types: tel, number, email, url and search. Two pasting bugs were also squashed.

Autotab 1.8.1

01 Nov 06:39
Compare
Choose a tag to compare

When using Autotab's refresh feature, any specified target or element selectors are reused and validated. If the elements do not exist, then Autotab will automatically pick the next/previous elements.

Autotab 1.8.0

28 Oct 05:52
Compare
Choose a tag to compare

Autotab just got better. Now you can dynamically update your tabbing order whenever you add or remove fields on a page with the new $.autotab.refresh() method. To show off this new feature, two new demos have been added, one using Angular, another using Knockout. Several bugs dealing with pasting has been fixed, and readonly fields are properly supported.

Autotab 1.7.1

21 Aug 16:31
Compare
Choose a tag to compare

Backwards compatibility with Autotab's deprecated autotab_magic and autotab_filter methods now support method chaining.

Autotab 1.7.0

01 Aug 19:48
Compare
Choose a tag to compare

The best release of Autotab yet! All form fields are now supported, and hidden fields are filtered out from the list of selected elements. New global methods for setting up, removing and restoring Autotab have been added, single value select lists now support auto tabbing when selecting a value, fixed an annoying bug dealing with disabled fields (#47), and cleaned up the demo.

Autotab 1.6.0

30 Apr 05:58
Compare
Choose a tag to compare

Adds support for filtering and tabbing on password fields. Applying filtering rules without using auto tabbing functionality has been restored.

Autotab 1.5.5

01 Feb 03:28
Compare
Choose a tag to compare

Addresses a bug that occurs in Internet Explorer 6 and up. If you selected all three characters in a text box, and proceeded to type three allowed characters (overriding the old characters), the second and third characters would appear before the first. For example, if 123 is selected, and you typed 456, the end result would have been 564.

Autotab 1.5.4

15 Jan 19:38
Compare
Choose a tag to compare

Fixes a critical bug when applying a filter more than once. Since Firefox sets the default maxLength on an text box to -1, Autotab did not account for this and never applied the default 2147483647. As a result, no characters would appear. Autotab also now applies only to an input with type of text. This will likely be expanded in the future when work is done to factor other form fields (#14).