mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 14:34:02 +00:00
[pm-28077] Add input types to ignoredInputTypes (#17870)
* [pm-28077] Add input types to ignoredInputTypes Signed-off-by: Ben Brooks <bbrooks@bitwarden.com> * Merge branch 'main' of github.com:bitwarden/clients into pm-28077-more-ignoredInputTypes-in-CollectAutofillContentService Signed-off-by: Ben Brooks <bbrooks@bitwarden.com> * [pm-28077] Remove month input type from ignored types Signed-off-by: Ben Brooks <bbrooks@bitwarden.com> * [pm-28077] Remove month radio and checkbox types from ignored types Signed-off-by: Ben Brooks <bbrooks@bitwarden.com> * Merge branch 'main' of github.com:bitwarden/clients into pm-28077-more-ignoredInputTypes-in-CollectAutofillContentService Signed-off-by: Ben Brooks <bbrooks@bitwarden.com> * [pm-28077] Fix prettier issues/conflicts Signed-off-by: Ben Brooks <bbrooks@bitwarden.com> * [pm-28077] Add comment regarding datetime depcrecation Signed-off-by: Ben Brooks <bbrooks@bitwarden.com> --------- Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>
This commit is contained in:
@@ -60,6 +60,15 @@ export class CollectAutofillContentService implements CollectAutofillContentServ
|
||||
"button",
|
||||
"image",
|
||||
"file",
|
||||
"search",
|
||||
"url",
|
||||
"date",
|
||||
"time",
|
||||
"datetime", // Note: datetime is deprecated in HTML5; keeping here for backwards compatibility
|
||||
"datetime-local",
|
||||
"week",
|
||||
"color",
|
||||
"range",
|
||||
]);
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user