vue-bootstrap-typeahead icon indicating copy to clipboard operation
vue-bootstrap-typeahead copied to clipboard

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

Open m-demydiuk opened this issue 5 years ago • 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

m-demydiuk avatar Mar 08 '20 07:03 m-demydiuk