Replies: 1 comment 2 replies
-
Can you provide a reproduction link please? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i have a problem,
The v-autocomplete component not working when i use an array with more of one properties, like: [id: 1, name: 'Item Title'].
The v-model its a number (id), and show correct title for this element inside array, for example: v-model="1" (show Item Title n the component) but when i typing, i dont see any result.
I clarify, when I pass a simple array like ['itemtext', 'itemtext2'] if it works! and i use the item-title and item-value correctly.
Help me please!, thanks
Beta Was this translation helpful? Give feedback.
All reactions