NejcZdovc / ng2-select2

Select 2 wraper for angular2
MIT License
123 stars 93 forks source link

formatNoMatches option not working #142

Open thomasponzo opened 5 years ago

thomasponzo commented 5 years ago

My code:

this.options = { placeholder: this.test, formatNoMatches: (term) => ('Nothing for:' ) };

I searched to whole internet but still cannot find a solution