insin / react-maskedinput

Masked <input/> React component
http://insin.github.io/react-maskedinput/
MIT License
730 stars 197 forks source link

Fix autofill scenarios by using data from onchange events #112

Closed dwbruhn closed 6 years ago

dwbruhn commented 6 years ago

Fixes #111

Side effects: 1) Delete behavior now allows removal of more than one character 2) Cut now shifts remaining characters left instead of leaving "hole"

Also fix binding of this._updateInputSelection (cf. https://github.com/insin/react-maskedinput/pull/110)

react-maskedinput-safari-fixed1

nkzawa commented 6 years ago

We also have been experiencing this issue. Please release a new version.