Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

md-autocomplete - problem characters #226

Closed
@christianirack

Description

@christianirack

In the tutorial page:

The console displays an error when you try to insert any of the following characters...

filter(val: string): string[] {
return this.options.filter(option => new RegExp(^${val}, 'gi').test(option));
}

(, [, ...

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