$("#responsible").tokenInput(
            [
                {id: 7, name: "[email protected]"},
                {id: 11, name: "[email protected]"},
                {id: 13, name: "[email protected]"},
                {id: 17, name: "[email protected]"},
                {id: 19, name: "[email protected]"},
                {id: 23, name: "[email protected]"},
                {id: 29, name: "[email protected]"},
                {id: 31, name: "[email protected]"}
            ],{
                prePopulate: respArray,
                hintText: "Enter mailid",
                allowCustomEntry: true,
                theme : "facebook",
               noResultsText: "O noes",
                searchingText: "Searching...",
                minChars: 1,
                tokenLimit: 1,
                tokenValue: "name",
                preventDuplicates: true
            }
);
Test with @Cindrella:
$("#responsible").tokenInput(
        [
            {id: 7, name: "[email protected]"},
            {id: 11, name: "[email protected]"},
            {id: 13, name: "[email protected]"},
            {id: 17, name: "[email protected]"},
            {id: 19, name: "[email protected]"},
            {id: 23, name: "[email protected]"},
            {id: 29, name: "[email protected]"},
            {id: 31, name: "[email protected]"}
        ],{
            prePopulate: respArray,
            hintText: "Enter mailid",
            allowCustomEntry: true,
            theme : "facebook",
            noResultsText: "O noes",
            searchingText: "Searching...",
            minChars: 1,
            tokenLimit: 1,
            tokenValue: "name",
            allowFreeTagging: false,  // !ADD THIS !
            preventDuplicates: true
        }
);
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With