Adjustments for autofill
This commit is contained in:
parent
548385c8d7
commit
cf1c51bb4d
1 changed files with 5 additions and 3 deletions
|
|
@ -75,9 +75,11 @@
|
|||
|
||||
@push('footer')
|
||||
<script defer>
|
||||
|
||||
CardJs.EXPIRY_USE_DROPDOWNS = true;
|
||||
|
||||
|
||||
$(function() {
|
||||
var myCard = $('#my-card');
|
||||
myCard.CardJs.EXPIRY_USE_DROPDOWNS = true;
|
||||
});
|
||||
|
||||
</script>
|
||||
@endpush
|
||||
Loading…
Add table
Reference in a new issue