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

Editing after autotab #105

Open digiTeam opened 7 years ago

digiTeam commented 7 years ago

I have used autotab version 1.9.2 simply to tab through date fields for date of birth.

DD -tab-> MM -tab-> YYYY -end

`

`

Our problem is that once has reached maxlength you cant select the text or tab (which selects) and type over a mistake. Is there a work around for this, without removing type tel?

Mathachew commented 7 years ago

Seems you've found a bug. It's been far too long since I've done any work on this, so I'll dust it off and try to put a patch out soon to address this bug. Thanks for the feedback.