data-recurly attr support for autofill

This commit is contained in:
Kyle Spearrin 2019-10-08 12:49:43 -04:00
parent f304780815
commit 17ce891aab
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@ import { EventService } from 'jslib/abstractions/event.service';
import { EventType } from 'jslib/enums/eventType';
const CardAttributes: string[] = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID', 'label-tag',
'placeholder', 'label-left', 'label-top'];
'placeholder', 'label-left', 'label-top', 'data-recurly'];
const CardAttributesExtended: string[] = [...CardAttributes, 'label-right'];
const IdentityAttributes: string[] = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID', 'label-tag',
'placeholder', 'label-left', 'label-top'];
'placeholder', 'label-left', 'label-top', 'data-recurly'];
const UsernameFieldNames: string[] = [
// English