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

Allow duplicates not working if tag contains dot #62

Closed
zworo opened this issue Jun 24, 2019 · 1 comment
Closed

Allow duplicates not working if tag contains dot #62

zworo opened this issue Jun 24, 2019 · 1 comment

Comments

@zworo
Copy link

zworo commented Jun 24, 2019

tagSelected function is buggy. If there is a tag that contains dot (ie. email address) then you can add it multiple times.

Perhaps comparison should be:
(compareable.search(searchQuery) > -1
instead of
compareable == searchQuery
in tagSelected function

AlexMordred added a commit that referenced this issue Aug 4, 2019
@AlexMordred
Copy link
Member

Thanks! This has been fixed in v.2.0.2.

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