Skip to content

Commit

Permalink
fix(pickers): Adding flag to disable infinite scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Godi committed Jun 7, 2017
1 parent 3c9a99e commit 17a6b90
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export class BasePickerResults {
}

search(term, mode?) {
console.log('S', term);
let options = this.config.options;
return Observable.fromPromise(new Promise((resolve, reject) => {
// Check if there is match data
Expand Down

0 comments on commit 17a6b90

Please sign in to comment.