- Workaround #20
- Fix problem on android chrome only #15
- Update
README.md
since it is on cdnjs
- Add
auto
option toletterCase
#17
- Fix potencial bugs
- Fix issues only on android browser #15
- Only set input and curselection once if initial value is passed
- set input value #14
- type check
navigator
#13
- Remove classname hash
- Enable
Tab
Shift + Tab
for switching the cell
- Enable
ArrowLeft
ArrowRight
ArrowUp
ArrowDown
for switching the cell, andDelete
#11 (Not available in moblie) - Stable input ID
- Change
input
type
topassword
fromtext
(andtel
if is on mobile device), due to input source switching issue
- Change
input
type
totext
frompassword
- Change
input
margin-left
to-9999999px
- #6
- Uses
require
attribute of html input element, which not support IE9
- Better TypeScript support (#5)
- Add global classname
- Update readme
- Support IE9+ again when compiling with webpack