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.62k stars 1.33k forks source link

When using ajax to search for data, the drop-down option does not appear for the first time #1610

Closed 8debug closed 2 years ago

8debug commented 2 years ago

Please respect maintainers time by filling in these sections. Your issue will likely be closed without this information.

Describe the bug When using the ajax method to manually enter the search criteria, there is no data in the first drop-down item, But the return value of ajax has data image

The drop-down list only appears when the search criteria are removed image

Reproduction Link A link to a reproduction of the bug. This is a huge help.

Steps To Reproduce Outline the steps to reproduce the bug.

Expected behavior A clear and concise description of what you expected to happen.

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

AndhikaR commented 2 years ago

mind to explain how to fix this?

IKKaybe commented 2 years ago

Im also having this issue. Any fix?