[Vue warn]: Error in getter for watcher "filteredOptions": (found in <VSelect>)
See original GitHub issueUsing this component ^2.2.0
I’m getting in the console:
[Vue warn]: Error in getter for watcher "filteredOptions": (found in <VSelect>)
and
TypeError: e.toLowerCase is not a function
at eval (eval at <anonymous>...)
at Array.filter (native)
at VueComponent.filteredOptions
<template>
<v-select
class="input-select"
:options="options"
v-model="value"
:searchable="searchable"
:placeholder="placeholder"
:on-change="onSelect">
</v-select>
</template>
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
vue.js - How to use v-select but not repeat itself while using v-for
Typically I use a computed property. new Vue({ el:"#app", data:{ groupsData: groups, selected:[] }, computed:{ selectOptions(){ return this.
Read more >Using .vue component files *Warning: Total Noob* - Get Help
As it stands, I get an error Multiselect is not defined from the Index.html ... (found in component <v-select>) warn @ vue.js:525 assertProp ......
Read more >A brand new website interface for an even better experience!
[Vue warn]: Error in getter for watcher "filteredOptions": (found in )
Read more >vue-select Error in getter for watcher "filteredOptions ...
Error in getter for watcher “filteredOptions”: “TypeError: e[t.label].toLowerCase is n. 下面的是vue-select的相关信息. <v-select ...
Read more >type check failed for prop "options". expected array, got object ...
error massege: [Vue warn]: Invalid prop: type check failed for prop “options”. Expected String with value “[object]”, got Object. Favicon for you ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, will fix this in the next release. It’s only when using an array of integers.