vue-bootstrap-typeahead
vue-bootstrap-typeahead copied to clipboard
Invalid prop: custom validator check failed for prop "serializer".
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.
