Skip to content
This repository was archived by the owner on Aug 3, 2018. It is now read-only.
This repository was archived by the owner on Aug 3, 2018. It is now read-only.

Restrict list of tags #18

@gelicia

Description

@gelicia

An option for restricting tags to the list of suggestions would be nice. I got it working with the following event handler, but something in the options to turn this on would be good.

eventTagTags.on('added', function (e, value) {
    if (tagNamesList.indexOf(value.valueOf()) == -1){
        eventTagTags.data('tag').remove(eventTagTags[0].value.split(",").length - 1);
    }
});

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