mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Add undefined type to the input field list
This commit is contained in:
parent
54929a9178
commit
2a1397b6a3
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