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 formatting for Safari Autofill #19

Closed skunkworks closed 7 years ago

skunkworks commented 8 years ago

Safari Autofill sends CustomEvents types to the card number input, and the autofilled values are mangled during _unformatInput(). This commit detects when this occurs and marks the input as unformatted without actually unformatting the value.

mrak commented 8 years ago

👍