proper autocomplete prop

This commit is contained in:
Kyle Spearrin 2017-10-18 11:07:25 -04:00
parent 966e4fc69b
commit cd878c75b2
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
}
function initAutofill() {
var cardAttributes = ['autocomplete', 'data-stripe', 'htmlName', 'htmlID'];
var identityAttributes = ['autocomplete', 'data-stripe', 'htmlName', 'htmlID'];
var cardAttributes = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID'];
var identityAttributes = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID'];
// Add other languages values
var usernameFieldNames = ['username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address',