From 2a1397b6a35c031b4c93b4ee229864fd83edcb23 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Tue, 15 Oct 2019 12:56:24 +0300 Subject: [PATCH] Add undefined type to the input field list --- keepassxc-browser/content/keepassxc-browser.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keepassxc-browser/content/keepassxc-browser.js b/keepassxc-browser/content/keepassxc-browser.js index a73890c..379b957 100755 --- a/keepassxc-browser/content/keepassxc-browser.js +++ b/keepassxc-browser/content/keepassxc-browser.js @@ -615,7 +615,8 @@ kpxcObserverHelper.inputTypes = [ 'tel', 'number', 'username', // Note: Not a standard - null // Input field can be without any type. Include these to the list. + undefined, // Input field can be without any type. Include this and null to the list. + null ]; // Ignores all nodes that doesn't contain elements