sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.63k stars 1.34k forks source link

when v-model with object and clear search, its show log error and not clear the selection of item. #1786

Open Ali7med opened 1 year ago

Ali7med commented 1 year ago

Describe the bug when v-model with object and clear search, its show log error and not clear the selection of item.

Screenshots If applicable, add screenshots to help explain your problem. image

howard-tzw commented 1 year ago

@Ali7med Can you provide your code snippet? Thanks

Ali7med commented 1 year ago

image

howard-tzw commented 1 year ago

@Ali7med I still cannot reproduce your situation. Could you try to reproduce your error in the environment below ?

demo: https://vue3-select.vercel.app/test code: https://github.com/howard-tzw/vue3-select/blob/main/demo/src/views/Test.vue