mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #637 from keepassxreboot/fix/add_undefined_type
Add undefined type to the input field list
This commit is contained in:
commit
41326456e5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue