braintree / restricted-input

Restrict <input>s to certain valid characters (e.g. formatting phone or card numbers)
https://braintree.github.io/restricted-input/
MIT License
68 stars 25 forks source link

Fix bug where iOS inputs would not paste correctly #46

Closed crookedneighbor closed 7 years ago

crookedneighbor commented 7 years ago

Turns out we just didn't include the paste handler in the iOS strategey. This PR adds that behavior to the iOS strategy.