You'll have to reset the default filter function for suggestion.The default is to check whether the first item text begins with the typed value.
oInput.setFilterFunction(function(sValue, oItem){ return true; });
You'll have to reset the default filter function for suggestion.The default is to check whether the first item text begins with the typed value.
oInput.setFilterFunction(function(sValue, oItem){ return true; });