Fix getInputs

This commit is contained in:
varjolintu 2018-06-12 18:39:57 +03:00
parent f3ed86b971
commit 296a996e00

View file

@ -1203,7 +1203,7 @@ cipObserverHelper.inputTypes = [
'password',
'tel',
'number',
''
null // Input field can be without any type. Include these to the list.
];
cipObserverHelper.getInputs = function(target) {