insin / react-maskedinput

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

Issue #103 Fix wrong scope in paste event causing error #108

Closed jCobbSK closed 6 years ago

jCobbSK commented 7 years ago

Copy paste event is throwing error because _updateInputSelection is called in setTimeout therefore it's scope is window.

neptunix commented 6 years ago

Found same bug, fixed it same way and realised it's already done but just not in npm :)