Thanks to visit codestin.com
Credit goes to github.com

Skip to content

taggingJS throws an error while typing . AKA fullstop #61

@akshayshrivastav866

Description

@akshayshrivastav866

I'm using below code to initialise the taaggingJS

var myOptions =
        {
            "no-duplicate": true,
            "no-duplicate-callback": null,
            "type-zone-class": "type-zone",
            "tag-box-class": "tagging",
            "forbidden-chars": ["!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "-", "_", "=", "+", "`", "~", "[", "]", "{", "}", "|", ";", ":", "'", "<", ">", ",", ".", "/", "?"],
            "forbidden-chars-callback": null
            // chars not included ", 
        };

$("#post_tags").tagging(myOptions);

Whenever i am typing . (fullstop) in the div, it responds with an error stating

Uncaught TypeError: b is not a function
at n.throwError (tagging.min.js:1)

Not able to figure out why? Could anyone help with this issue?

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