Closed skunkworks closed 7 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.
_unformatInput()
👍
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.