Add undefined type to the input field list

This commit is contained in:
varjolintu 2019-10-15 12:56:24 +03:00
parent 54929a9178
commit 2a1397b6a3

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