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

Problem when searching in component "tags with async options" #45

Closed
rrpatricio opened this issue Mar 23, 2021 · 1 comment
Closed

Problem when searching in component "tags with async options" #45

rrpatricio opened this issue Mar 23, 2021 · 1 comment

Comments

@rrpatricio
Copy link

Version

  • Vue version: 3

Description

Hi,

I'm having some trouble when doing some search in the "tags with async options". When the user do some search, pick an option and do another search that does not contain the first picked option, the component stop working. I'm not sure, but I suspect the problem is that the component try to retrieve some information about the tag in the options list but the option array doesn't have it on the second search.

Demo

This issue can be easily reproduced in example number 6 - Tags with async options (https://jsfiddle.net/q6Lnpr7a/).

 To reproduce this error:

 1 - Search for 'a';
 2 - Choose '@Formula' option;
 3 - Search for 'b';

image

Thank you very much.

adamberecz added a commit that referenced this issue Mar 30, 2021
@adamberecz
Copy link
Collaborator

Should be fixed in 1.3.6.

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

2 participants