Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Uncaught (in promise) TypeError: options.map is not a function" using select #169

Open
benshuk opened this issue Jan 11, 2018 · 0 comments

Comments

@benshuk
Copy link

benshuk commented Jan 11, 2018

Hey,
I'm using select like this:

<v-select v-model="value"
 v-bind:disabled="!key"
 v-bind:url="getURL()"
 placeholder="value"
 search multiple show-count></v-select>

and getting

Uncaught (in promise) TypeError: options.map is not a function

where as default options, key = '' and value = [].
I checked the response of the URL I get from calling getURL(), and it returns an array of strings, just as expected.
it happens only for some queries, and not all of them.
is there any way to solve this? :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant