vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Async dropdown is broken #2184

Open marcelofern opened 4 years ago

marcelofern commented 4 years ago

Steps to reproduce

1 - Go to the website: https://vuematerial.io/components/autocomplete/

2 - Play with the autocomplete (async) and confirm that you get this result: lol

Which browser?

Chrome

What is expected?

The country name to pop up accordingly instead of [Object, Object]

Reproduction Link

It's in the documentation itself.

marcelofern commented 4 years ago

Same for the other autocompletes in the page where the options are a list of object rather than a list of strings.

MarkCorazon commented 3 years ago

I have the same problem since today...

christhofer commented 3 years ago

This problem still exists. Any workaround?

blackdwarf commented 3 years ago

This still exists. Is there an event that we could handle to grab what we need from a list of objects?