Adjustments for autofill
This commit is contained in:
parent
82aa100d4c
commit
9d4e57c995
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ $(function() {
|
|||
document.getElementsByName('expiry-month')[0].setAttribute("x-autocompletetype", "cc-exp-month");
|
||||
document.getElementsByName('expiry-month')[0].setAttribute("autocompletetype", "cc-exp-month");
|
||||
document.getElementsByName('expiry-month')[0].setAttribute("autocomplete", "on");
|
||||
document.getElementsByName('expiry')[0].setAttribute("autocomplete", "on");
|
||||
document.getElementsByClassName('expiry')[0].setAttribute("autocomplete", "on");
|
||||
|
||||
document.getElementsByName('expiry-year')[0].setAttribute("x-autocompletetype", "cc-exp-year");
|
||||
document.getElementsByName('expiry-year')[0].setAttribute("autocompletetype", "cc-exp-year");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue