Mathachew / jquery-autotab

A jQuery plugin that provides auto tabbing and filtering on text fields in a form
http://autotab.mathachew.com/
366 stars 98 forks source link

Fixes for multiple rule definitions and Firefox behavior #29

Closed Mathachew closed 10 years ago

Mathachew commented 10 years ago

Fixed an issue with multiple characters appearing after typing one when applying a filter rule more than once Fixed a bug where the maxLength in Firefox would not use the Autotab default because Firefox defines the maxLength as -1 Added a check to prevent applying filter rules to any input type except text Added a note to the readme about the minifier that is used in jquery.autotab.min.js