PistolPete13
Results
1
issues of
PistolPete13
Admittedly I am just messing this up somewhere, but when I use: ``` $(document).ready(function(){ var tags = JSON.parse('["test","testtest","test","asdfasdfasdf","Test","not","a","tag","at","all","awesome","never","Sizes","New Options","New Option Set","test","NameIsBoobos","thenameliterallyisgone","notTagsEleent","NotWorking"]'); console.log(tags); $('#tags').tagsinput({ typeahead: { source: tags } }); });...