Created by: avalla
Fix for issue 4950. The typeahead fails when the source collection contains a null item.
Suggested fix: When the matcher function checks the item, if the item is null it returns 0 so it doesn't match.
Created by: avalla
Fix for issue 4950. The typeahead fails when the source collection contains a null item.
Suggested fix: When the matcher function checks the item, if the item is null it returns 0 so it doesn't match.