Skip to content

Limit the length of a tag name #245

Closed
@jasoncharnes

Description

@jasoncharnes

Good afternoon! Thank you for Tagify. It is a beautiful addition to our application.

I'm looking to limit the length of a given tag name to n characters. I tried using a regular expression piped to pattern and found no luck.

new Tagify(input, {
  pattern: /^.{1,70}/
}

My apologies, as I might misunderstand the use of pattern

Is there a way to limit the length of a tag? If so, would you mind pointing me in the right direction?

Thank you for your time.

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