react-maskedinput icon indicating copy to clipboard operation
react-maskedinput copied to clipboard

Fixed issue with pasting text generates a javascript error

Open dnetherton opened this issue 7 years ago • 1 comments

I hit a bug, where pasting content in masked input, generates a javascript error.

I havent looked to close, but i suspect, when the component was converted to class format (from createClass()), that the binding for the function _updateInputSelection was missed.

Also, not sure if there are other functions that also need binding.

Regards Dean Netherton

dnetherton avatar Sep 18 '17 03:09 dnetherton

👍

dwbruhn avatar Sep 28 '17 00:09 dwbruhn