mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adjustments for autofill
This commit is contained in:
parent
e0cd78925b
commit
e5f765c49c
@ -82,9 +82,11 @@ $(function() {
|
|||||||
|
|
||||||
document.getElementsByName('expiry-month')[0].setAttribute("x-autocompletetype", "cc-exp-month");
|
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("autocompletetype", "cc-exp-month");
|
||||||
|
document.getElementsByName('expiry-month')[0].setAttribute("autocomplete", "on");
|
||||||
|
|
||||||
document.getElementsByName('expiry-year')[0].setAttribute("x-autocompletetype", "cc-exp-year");
|
document.getElementsByName('expiry-year')[0].setAttribute("x-autocompletetype", "cc-exp-year");
|
||||||
document.getElementsByName('expiry-year')[0].setAttribute("autocompletetype", "cc-exp-year");
|
document.getElementsByName('expiry-year')[0].setAttribute("autocompletetype", "cc-exp-year");
|
||||||
|
document.getElementsByName('expiry-year')[0].setAttribute("autocomplete", "on");
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user