1.0.2 • Published 5 years ago

auto-tab-input v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Auto-tab-input

just a js library that automatically helps you focus your next input

Usage

<script src="https://unpkg.com/auto-tab-input@1.0.2/index.js"></script>

name the class of the input tabbed-input example

<input type="text" name="firstDigit" class="tabbed-input">
<input type="text" name="secondDigit" class="tabbed-input">
<input type="text" name="thirdDigit" class="tabbed-input">
<input type="text" name="fourthDigit" class="tabbed-input">

Thats all

Works like magic...

Thank you