Skip to content

Autotab 1.5.4

Compare
Choose a tag to compare
@Mathachew Mathachew released this 15 Jan 19:38
· 58 commits to master since this release

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