You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser and OS Chrome 115.0.5790.170 (64-bit) on MacOS 13.4.1
Issue description
When autofilling the form with saved card in Chrome the SDK triggers cardTypeChange event 4 times that does not seem correct as the type changes only once.
@ruslantimofeev After some investigation, this is occurring because of the way Chrome mimics user input in its autofill feature (this issue does not happen on Firefox). Moreover, there is no way to detect if chrome autofill has been used to fill in data via javascript. We're going to close this issue since we cannot control how Chrome fills in the data via autofill.
General information
Issue description
When autofilling the form with saved card in Chrome the SDK triggers cardTypeChange event 4 times that does not seem correct as the type changes only once.
Example https://codepen.io/rustavely/pen/LYMxavd
The text was updated successfully, but these errors were encountered: