Skip to content

Commit

Permalink
[PM-10420] Autofill focus jumps around after autofilling identity (#1…
Browse files Browse the repository at this point in the history
…0361)

* [PM-10420] Autofill focus jumps around after autofilling identity ciphers

* [PM-10420] Autofill focus jumps around after autofilling identity ciphers

* [PM-10420] Autofill focus jumps around after autofilling identity ciphers

* [PM-10420] Incorporating the feature flag within jest to test the validity of both implementations

* [PM-10420] Refactoring how we compile the combined list of keywords

* [PM-10420] Adding JSDocs to the implemented methods
  • Loading branch information
cagonzalezcs authored Aug 2, 2024
1 parent c50a906 commit 76351ce
Show file tree
Hide file tree
Showing 5 changed files with 979 additions and 422 deletions.
5 changes: 5 additions & 0 deletions apps/browser/src/autofill/services/autofill-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ export class AutoFillConstants {
"textarea",
...AutoFillConstants.ExcludedAutofillTypes,
];

static readonly ExcludedIdentityAutocompleteTypes: Set<string> = new Set([
"current-password",
"new-password",
]);
}

export class CreditCardAutoFillConstants {
Expand Down
Loading

0 comments on commit 76351ce

Please sign in to comment.