Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editing after autotab #105

Open
digiTeam opened this issue Mar 22, 2017 · 1 comment
Open

Editing after autotab #105

digiTeam opened this issue Mar 22, 2017 · 1 comment
Labels

Comments

@digiTeam
Copy link

digiTeam commented Mar 22, 2017

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

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

<input type="tel" autocomplete="bday-day" class="dobi primary-dobi" id="dobDD" maxlength="2" name="DateOfBirthDay" placeholder="dd" required="required" size="2"> <input type="tel" autocomplete="bday-month" class="dobi primary-dobi" id="dobMM" maxlength="2" name="DateOfBirthMonth" placeholder="mm" required="required" size="2"> <input type="tel" autocomplete="bday-year" class="dobi primary-dobi" id="dobYYYY" maxlength="4" name="DateOfBirthYear" placeholder="yyyy" required="required" size="4">

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 Mathachew added the bug label Mar 22, 2017
@Mathachew
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants