kadoshms / ionic2-autocomplete

Ionic 2 autocomplete component
MIT License
149 stars 108 forks source link

Search Error #168

Open ghgithub opened 5 years ago

ghgithub commented 5 years ago

image

jrquick17 commented 5 years ago

replace() is a JavaScript function for strings. If the function does not exist then value is not a string. Looking into BoldPrefix it seems that you are not passing a string for the label. Make sure your labelAttribute or the getLabelAttribute are returning strings.

jrquick17 commented 5 years ago

This is a copy of this issue.