Bootstrap jQuery widget for x-digit pincode input
You only need a <input type="text"> and Bootstrap.
After entering a pincode the value will be updated in the original textbox. It supports a callback after all digits are entered and backspace is allowed. The widget supports a callback when all digits are filled in. User can also use the backspace to remove the code
A demo can be found at fkranenburg.github.io/bootstrap-pincode-input
You can install bootstrap-pincode-input by using Bower.
bower install bootstrap-pincode-input
Or you can install it through npm:
npm install --save bootstrap-pincode-input
This plugin is available under the [Apache 2.0 license][siteapache] [siteapache]: https://www.apache.org/licenses/LICENSE-2.0
Created by Ferry Kranenburg