alexurquhart/vue-bootstrap-typeahead

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

Opened this issue · 0 comments

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