Skip to content

matcher.test( item.label || item.value || item ) is wrong? #10

Open
@larsholm

Description

@larsholm

In my page it doesn't work with matcher.test( item.label || item.value || item ) only with if (matcher.test(item.label) || matcher.test(item.value) || matcher.test(item))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions