mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
data-recurly attr support for autofill
This commit is contained in:
@@ -21,12 +21,12 @@ import { EventService } from 'jslib/abstractions/event.service';
|
|||||||
import { EventType } from 'jslib/enums/eventType';
|
import { EventType } from 'jslib/enums/eventType';
|
||||||
|
|
||||||
const CardAttributes: string[] = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID', 'label-tag',
|
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 CardAttributesExtended: string[] = [...CardAttributes, 'label-right'];
|
||||||
|
|
||||||
const IdentityAttributes: string[] = ['autoCompleteType', 'data-stripe', 'htmlName', 'htmlID', 'label-tag',
|
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[] = [
|
const UsernameFieldNames: string[] = [
|
||||||
// English
|
// English
|
||||||
|
|||||||
Reference in New Issue
Block a user