alexurquhart / vue-bootstrap-typeahead

An autocomplete/typeahead component for Vue 2 and Bootstrap 4
https://alexurquhart.github.io/vue-bootstrap-typeahead/
MIT License
206 stars 157 forks source link

Invalid prop: custom validator check failed for prop "serializer". #75

Open m-demydiuk opened 4 years ago

m-demydiuk commented 4 years ago

Hi, I got strange errors, though select is working:

<vue-bootstrap-typeahead
          v-model="filter.value"
          :data="filter.settings.options"
          :serializer="s => s.name"
        />

In the console I got errors. It occurs each time I input a new characters in the field. image