Moazmostafaa

Results 1 comments of Moazmostafaa

I had the same problem, Try to map your options list like that : this.filteredGovItems = this.allGovs.map(x => { return { display: x.name, value: x.id }; }); it will work...