jquery.masterblaster icon indicating copy to clipboard operation
jquery.masterblaster copied to clipboard

Feature: Ability to start with a pre-defined tag list

Open AaronLayton opened this issue 10 years ago • 1 comments

Needs a way to pass in a list of tags to start off with, maybe something like

$mb.masterblaster({
    tags: [
        "tag1",
        "tag2",
        "tag3"
    ],
    tagRules: {
        unique: true,
        minLength: 2
    }
});

AaronLayton avatar Feb 02 '14 23:02 AaronLayton