Merge pull request #637 from keepassxreboot/fix/add_undefined_type

Add undefined type to the input field list
This commit is contained in:
Sami Vänttinen 2019-10-15 14:13:39 +03:00 committed by GitHub
commit 41326456e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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