auto-tab-input

Auto tabs input when value exceeds maxlength

Usage no npm install needed!

<script type="module">
  import autoTabInput from 'https://cdn.skypack.dev/auto-tab-input';
</script>

README

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