auto-tab-input
v1.0.2
Published
Auto tabs input when value exceeds maxlength
Downloads
2
Readme
Auto-tab-input
just a js library that automatically helps you focus your next input
Usage
<script src="https://unpkg.com/[email protected]/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