Skip to content

Allow duplicates not working if tag contains dot #62

Closed
@zworo

Description

@zworo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions